-
Updated
Jul 20, 2022 - Python
Data Science
Data science is an inter-disciplinary field that uses scientific methods, processes, algorithms, and systems to extract knowledge from structured and unstructured data. Data scientists perform data analysis and preparation, and their findings inform high-level decisions in many organizations.
Here are 28,104 public repositories matching this topic...
The Mixed Time-Series chart type allows for configuring the title of the primary and the secondary y-axis.
However, while only the title of the primary axis is shown next to the axis, the title of the secondary one is placed at the upper end of the axis where it gets hidden by bar values and zoom controls.
How to reproduce the bug
- Create a mixed time-series chart
- Configure axi
-
Updated
Jul 19, 2022 - Jupyter Notebook
Pandas version checks
- I have checked that the issue still exists on the latest versions of the docs on
main
here
Location of the documentation
https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.to_excel.html
Documentation problem
It is not a "problem" but enhancement.
Suggested fix for documentation
Do suggest the [S
-
Updated
Jun 29, 2022 - Jupyter Notebook
-
Updated
Jun 9, 2022 - Jupyter Notebook
-
Updated
Jul 20, 2022 - Python
-
Updated
Apr 3, 2022 - Python
What happened + What you expected to happen
When initializing a Ray Trainer, we provide a logdir
argument, and the __init__
method of the Trainer stores it as a logdir
class variable.
Then, when creating a Trainable with Trainer.to_tune_trainable()
, it in-turn calls _create_tune_trainable()
, which does not use self.logdir
. So when tune_function
is defined inside `_create_tu
-
Updated
Jun 13, 2022 - Python
-
Updated
Feb 10, 2022 - JavaScript
-
Updated
Jun 26, 2022
Problem
See #3856 . Developer would like the ability to configure whether the developer menu or viewer menu is displayed while they are developing on cloud IDEs like Gitpod or Github Codespaces
Solution
Create a config option
showDeveloperMenu: true | false | auto
where
- true: always shows the developer menu locally and while deployed
- false: always sho
🚀 Feature
Currently, LRSchedulerConfig type is not supported by _configure_schedulers_automatic_opt.
Motivation
I created a custom ReduceLROnPlateau
class that adds warmup epochs before ReduceLROnPlateau
. However, the ReduceLROnPlateau
sched
-
Updated
Jun 27, 2022
Describe your context
Please provide us your environment, so we can easily reproduce the issue.
- replace the result of
pip list | grep dash
below
dash 2.0.0
dash-bootstrap-components 1.0.0
-
if frontend related, tell us your Browser, Version and OS
- OS: [e.g. iOS] Windows
- Browser [e.g. chrome, safari]: Chrome 96.0x, Edge 96.0x, Firefox
Bug summary
When using Axes.indicate_inset
/Axes.indicate_inset_zoom
, it may be necessary to increase the size of edges in order to be visible. It is possible to change edge colour with edgecolor=...
which affects both the frame and the connectors. However, using linewidth=...
only affects the frame.
Code for reproduction
import matplotlib.pyplot as plt
fig, a
- Base README.md
- Quizzes
- Introduction base README
- Defining Data Science README
- Defining Data Science assignment
- Ethics README
- Ethics assignment
- Defining Data README
- Defining Data assignment
- Stats and Probability README
- Stats and Probability assignment
- Working with Data base README
- Rel
https://github.com/ipython/ipython/blob/f20e3b80393a1a5909a050cb7bb9cbce9e044827/IPython/core/tests/test_displayhook.py#L31
and also line 44
Did you mean...
overbite,
overrate,
override,
overripe,
overwrite
-
Updated
Jul 11, 2022 - Jupyter Notebook
-
Updated
Jul 19, 2022 - Python
-
Updated
May 20, 2020
-
Updated
Jul 20, 2022 - Python
In gensim/models/fasttext.py:
model = FastText(
vector_size=m.dim,
vector_size=m.dim,
window=m.ws,
window=m.ws,
epochs=m.epoch,
epochs=m.epoch,
negative=m.neg,
negative=m.neg,
# FIXME: these next 2 lines read in unsupported FB FT modes (loss=3 softmax or loss=4 onevsall,
# or model=3 supervi
-
Updated
Apr 28, 2022
-
Updated
Jul 17, 2022 - Go
-
Updated
Jul 30, 2021 - Jupyter Notebook
- Wikipedia
- Wikipedia
PR #22722 introduced a common method for the validation of the parameters of an estimator. We now need to use it in all estimators.
Please open one PR per estimator or family of estimators (if one inherits from another). The title of the PR should mention which estimator it's dealing with and the description of the PR should begin with
towards #23462
.Steps