data-science
Here are 14,588 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
This issue tracks Superset's migration from JavaScript to TypeScript (as started in SIP-36). If you'd like to help with the migration, feel free to take an unchecked directory and convert the files within the immediate directory from JavaScript/JSX to TypeScript/TSX. #9162 and #9180 provide some tips for performing the migration. Once com
-
Updated
Sep 14, 2020 - Jupyter Notebook
-
Updated
Jul 24, 2020 - Python
-
Updated
Sep 17, 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
Sep 15, 2020
I often run into issues by accidentally starting a new cluster when one is already running. Then, this later causes problems when I try to connect and there are two running clusters. I'm then forced to ray stop
both clusters and ray start
my new one again.
My workflow would be improved if I just got an error when trying to start the second cluster and knew to immediately tear down the exist
Currently you have to click on the devtools icon and then toggle errors button.
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
Summary
The following maps to https://twemoji.maxcdn.com/2/72x72/1f6f0-fe0f.png
, which 404
s.
st.beta_set_page_config(
page_icon="🛰️",
)
# yields
# <link rel="shortcut icon" href="https://twemoji.maxcdn.com/2/72x72/1f6f0-fe0f.png">
As a result, the custom favicon does not load.
Steps to reproduce
See above.
Expected behavior:
I expect the `:sa
-
Updated
May 20, 2020
-
Updated
Sep 8, 2020
-
Updated
Jul 31, 2020
-
Updated
May 10, 2020 - Python
-
Updated
Sep 13, 2020 - Jupyter Notebook
-
Updated
Sep 16, 2020
more details at: allenai/allennlp#2264 (comment)
🐛 Bug
Model summarize is called in two spots, which results in duplication in the logs:
- It's called once in the training loop: https://github.com/PyTorchLightning/pytorch-lightning/blob/master/pytorch_lightning/trainer/training_loop.py#L160
And I'm unsure how it's called again
.
, because some of these examples are now being rendered in the docs.
Added by @fchollet in requests for contributions.