data-science
Here are 14,444 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
Aug 12, 2020 - Jupyter Notebook
-
Updated
Jul 24, 2020 - Python
-
Updated
Sep 10, 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
Describe your feature request
Currently, if you run
ray.wait([pg.ready()])
, it prints the warning message that the ready task is infeasible. This is an expected behavior, so we should not print warning messages.
Impl Idea
- Have a magic number for pg.ready resources (for example, it always re
Currently you have to click on the devtools icon and then toggle errors button.
-
Updated
Aug 10, 2020 - Jupyter Notebook
-
Updated
May 20, 2020
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
Sep 8, 2020
-
Updated
Jul 31, 2020
-
Updated
May 10, 2020 - Python
-
Updated
Aug 24, 2020
-
Updated
Sep 10, 2020 - Jupyter Notebook
more details at: allenai/allennlp#2264 (comment)
🚀 Feature
Create the metric MulticlassAUROC to allow for the AUROC metric to be used in multi-class problem settings. Or,
Expand the AUROC metric to support multi-class data, which would also directly solve this AUROC bug that instead gives a random value when used in multi-class problems: https://github.com/PyTorchLightning/
-
Updated
Sep 10, 2020 - Python
-
Updated
Aug 18, 2020 - Jupyter Notebook
-
Updated
Sep 9, 2020 - Python
Pressing ENTER key has no effect on dialog for adding a new column containing entity identifers (from the Reconcile menu)
To Reproduce
Steps to reproduce the behavior:
- Reconcile a few cells in a column (already done, see attached OpenRefine project to import)
- On Species column, choose Reconcile -> Add entity identifiers column
- Type in a new column name into the input box and p
-
Updated
Sep 3, 2020 - Python
-
Updated
Sep 10, 2020 - Python
-
Updated
Sep 27, 2019 - Jupyter Notebook
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.