data-science
Here are 14,210 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
At some point we moved from using mocha as a test runner to using jest, and jest out of the box started reporting much more warnings than mocha did.
No one went to clean up this output. In many cases it may just be about passing an extra prop in a component or setting a proper default value for a component's prop, or adding up to an existing fixture.
[optional] please roll out in chu
-
Updated
Aug 12, 2020 - Jupyter Notebook
-
Updated
Jul 24, 2020 - Python
-
Updated
Aug 29, 2020 - Python
-
Updated
Aug 17, 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
Aug 11, 2020
What is the problem?
cc @amogkam @krfricke @richardliaw
Since we removed Jenkins from our build, we need to remove this tag from the repo.
-
Updated
Aug 28, 2020 - Python
-
Updated
Aug 18, 2020 - Jupyter Notebook
The usage example in the word2vec.py doc-comment regarding KeyedVectors uses inconsistent paths and thus doesn't work.
If vectors were saved to a tm
-
Updated
Aug 10, 2020 - Jupyter Notebook
-
Updated
May 20, 2020
-
Updated
Aug 20, 2020
Steps to repro
- Click on "say meow" here: https://jlt-cat-a-log.herokuapp.com/
Expected: You should see balloons appear and float their way up the screen, always unobstructed by other on-screen elements.
Actual: You see the balloons flowing up, but they sometimes appear behind certain UI elements, like Plotly charts.
Solution
We should bump Baloons' z-index to someth
-
Updated
Jul 31, 2020
-
Updated
May 10, 2020 - Python
-
Updated
Aug 24, 2020
more details at: allenai/allennlp#2264 (comment)
-
Updated
Aug 28, 2020 - Jupyter Notebook
-
Updated
Aug 27, 2020 - Python
-
Updated
Aug 18, 2020 - Jupyter Notebook
🚀 Feature
at this moment we are using GFile for saving checkpoints which are imported from tensorboard which underhood uses TF core...
Motivation
remove the hard dependency on tensorboard as it seems tidy linked to TensorFlow and for visualization user can install it independently
Pitch
Avoid tensorboard limitations
-
Updated
Aug 28, 2020 - Python
Is your feature request related to a problem or area of OpenRefine? Please describe.
When previewing an importer's results, there is a text field to enter the project name. When pressing Enter in this field, I would expect the project to be created (without having to click the "Create Project" button).


(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.