data-science
Here are 14,897 public repositories matching this topic...
Describe the issue linked to the documentation
Follows from #17387
Suggest a potential alternative/fix
Stop referencing preprocessing functions e.g. :
maxabs_scale
minmax_scale
normalize
quantile_transform
robust_scale
scale
power_transform
in the UG, and only add them e.g. in the "See Also" sections, or even just in the API ref.
In particular right now the first entr
Is your feature request related to a problem? Please describe.
I have a lot of trouble distinguishing between the shades of green signifying a running vs successful query in sqllab.
Describe the solution you'd like
Ideally these would be two different colors for running vs successful. Maybe yellow and green respectively?
Describe alternatives you've considered
If there isn't
-
Updated
Oct 1, 2020 - Jupyter Notebook
-
Updated
Oct 1, 2020 - Python
-
Updated
Oct 3, 2020 - Python
-
Updated
Sep 16, 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
Oct 1, 2020
Describe your feature request
It is already possible to give actors a name: https://docs.ray.io/en/master/actors.html#named-actors and to retrieve the actor handle via ray.get_actor("some_name")
.
It would however be very handy to have some kind of ray.list_named_actors()
API method to get a list/dict of all currently available named actors.
It can be useful for:
- Better debugging
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
-
Updated
Oct 3, 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)
Problem
Streamlit uses the home directory for its configuration, but that adds another config file to pollute a home directory. We should be good platform citizens and provide thoughtful locations for configuration files.
Solution
We as a team agreed on the following order:
$PROJECT_FOLDER/.streamlit
- (great if possible, but not required) `$PROJECT_FOLDER/{../}+.streamlit
-
Updated
May 20, 2020
-
Updated
Oct 1, 2020 - Jupyter Notebook
-
Updated
Sep 8, 2020
-
Updated
Jul 31, 2020
-
Updated
Oct 3, 2020 - Jupyter Notebook
-
Updated
May 10, 2020 - Python
-
Updated
Oct 2, 2020
more details at: allenai/allennlp#2264 (comment)
🚀 Feature
Motivation
Some users wish to launch their training program as a module with python -m some.module.py
Pitch
We should evalute whether this is possible for ddp and support this option when possible.
We need to strip the -m argument and append it to the command with which we launch the child process
-
Updated
Oct 2, 2020 - Python
-
Updated
Oct 3, 2020 - Jupyter Notebook
-
Updated
Sep 28, 2020 - Python
-
Updated
Oct 3, 2020 - Python
The UI of the scatterplot has got more ugly between 3.4 and the current development version.
To Reproduce
Steps to reproduce the behavior: create any scatterplot facet.
Current Results (master)
Expected Behavior (3.4)
, because some of these examples are now being rendered in the docs.
Added by @fchollet in requests for contributions.