data-science
Here are 15,479 public repositories matching this topic...
Describe the workflow you want to enable
A parameter accepting custom bin edges as an array.
Describe your proposed solution
Use pd.cut() under the hood or any other computa
Hello,
I want to show euros values on dashboard. But only the $ format are enable. When i changed the $ symbol to € i obtained an error.
How can I show euros value in a chart ?
I want something like "y_axis_format": "$,.2f" ==> to "y_axis_format": ",.2f€"
Regards,
Zied Sellami
-
Updated
Oct 1, 2020 - Jupyter Notebook
-
Updated
Oct 1, 2020 - Python
-
Updated
Oct 8, 2020 - Python
-
Updated
Nov 3, 2020 - Python
There are many places where we could make use of Pathlib.
Look for any places that uses with open(...)
and ask yourself:
- is the argument a string ?
- would it make sens to make it a
Path()
, - how far upstream in the code can I make it a Path.
Don't try to bite more than you can chew (or more than I can review), try to fix 1 place at a time.
-
Updated
Nov 1, 2020
When the ray cluster runs for a long time or execute many tasks, log files can be large, such as monitor.err
, full of could not find ip for client xxxx
. I find parameters logging_level
, logging_format
and log_to_driver
in ray.init()
. Is there a way to restrict the size of log files by default, like using logging.handlers.RotatingFileHandler
and set maxBytes?
, there seems to be an off-by-one error in dcc.DatePickerRange. I set max_date_allowed = datetime.today().date()
, but in the calendar, yesterday is the maximum date allowed. I see it in my apps, and it is also present in the first example on the DatePickerRange documentation page.
E
-
Updated
Nov 1, 2020 - Jupyter Notebook
Not a high-priority at all, but it'd be more sensible for such a tutorial/testing utility corpus to be implemented elsewhere - maybe under /test/
or some other data- or doc- related module – rather than in gensim.models.word2vec
.
Originally posted by @gojomo in RaRe-Technologies/gensim#2939 (comment)
-
Updated
May 20, 2020
-
Updated
Oct 16, 2020 - Jupyter Notebook
-
Updated
Oct 6, 2020
-
Updated
Nov 2, 2020 - Jupyter Notebook
-
Updated
Jul 31, 2020
🐛 Bug
Please reproduce using the BoringModel and post here
Currently, on_batch_start is called along on_train_batch_start
during training but doesn't for test and validation.
It results in a different number of function calls betwee
-
Updated
May 10, 2020 - Python
-
Updated
Oct 14, 2020
more details at: allenai/allennlp#2264 (comment)
-
Updated
Nov 3, 2020 - Python
What would you like to be added: As title
Why is this needed: All pruning schedule except AGPPruner only support level, L1, L2. While there are FPGM, APoZ, MeanActivation and Taylor, it would be much better if we can choose any pruner with any pruning schedule.
**Without this feature, how does current nni
-
Updated
Oct 31, 2020 - Jupyter Notebook
-
Updated
Nov 3, 2020 - Python
-
Updated
Nov 1, 2020 - Python
We are missing a <label>
tag properly associated with radio buttons in the reconciliation dialog. We should check that all labels are correctly marked as such on this dialog.
To Reproduce
Steps to reproduce the behavior:
- First, click "Reconcile" -> "Start reconciling" and choose a service
- Then, click on the text "Reconcile against no particular type" (not the radio button, the te
-
Updated
Oct 26, 2020 - Python
Improve this page
Add a description, image, and links to the data-science topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data-science topic, visit your repo's landing page and select "manage topics."
(e.g. for links and images), because some of these examples are now being rendered in the docs.
Added by @fchollet in requests for contributions.