data-science
Here are 3,082 public repositories matching this topic...
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 - Python
-
Updated
Oct 8, 2020 - Python
-
Updated
Nov 6, 2020 - Python
Travis is not going to automatically offer the free tier for all open source projects; We likely want o migrate away from travis.
Setting up github actions to replace travis would be a welcomed contribution.
Describe your feature request
It would be great to use Pathlib Paths instead os.path...
For feature requests or questions, post on our Github Discussions page instead: https://github.com/ray-project/ray/discussions!
In recent versions (can't say from exactly when), 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
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)
🐛 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
more details at: allenai/allennlp#2264 (comment)
-
Updated
Nov 5, 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
Nov 6, 2020 - Python
-
Updated
Nov 1, 2020 - Python
-
Updated
Nov 5, 2020 - Python
-
Updated
Oct 1, 2020 - Python
Support @ as HEAD
Git supports the usage of the at symbol @ and it is equivalent to HEAD (more details).
If I am not mistaken, dvc does not support it. At least the following command fails for dvc==1.8.4:
dvc metrics diff master @
ERROR: failed to show metrics diff - unkn
-
Updated
Oct 14, 2020 - Python
Description
Recently, a task_run_name parameter was added to the task constructors, and documentation was written on how to dynamically set task Run Names dynamically based on inputs.
At runtime, Prefect automatically populates kwargs with raw inputs and also prefect context:
https://github.com/PrefectHQ/prefect/blob/1bbefb71
-
Updated
Nov 3, 2020 - Python
-
Updated
Nov 5, 2020 - Python
For example, if there is a relationship transaction.session_id -> sessions.id and we are calculating a feature transactions: sessions.SUM(transactions.value) any rows for which there is no corresponding session should be given the default value of 0 instead of NaN.
Of course this should not normally occur, but when it does it seems more reasonable to use the default_value.
`DirectF
Improve examples such that they are more incremental (in the import etc) without following strictly PEP8. It will make it nicer to read on the gallery generated online.
-
Updated
Oct 24, 2020 - Python
-
Updated
Oct 2, 2020 - Python
-
Updated
Nov 1, 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."

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