Skip to content
#

data-science

Here are 14,444 public repositories matching this topic...

lucyleeow
lucyleeow commented Aug 27, 2020

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

incubator-superset

Data science Python notebooks: Deep learning (TensorFlow, Theano, Caffe, Keras), scikit-learn, Kaggle, big data (Spark, Hadoop MapReduce, HDFS), matplotlib, pandas, NumPy, SciPy, Python essentials, AWS, and various command lines.

  • Updated Jul 24, 2020
  • Python
Carreau
Carreau commented Aug 27, 2020

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.

jacquestardie
jacquestardie commented Aug 19, 2020

Summary

The following maps to https://twemoji.maxcdn.com/2/72x72/1f6f0-fe0f.png, which 404s.

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

pytorch-lightning
NumesSanguis
NumesSanguis commented Sep 1, 2020

🚀 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/

thadguidry
thadguidry commented Sep 5, 2020

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:

  1. Reconcile a few cells in a column (already done, see attached OpenRefine project to import)
  2. On Species column, choose Reconcile -> Add entity identifiers column
  3. Type in a new column name into the input box and p

Improve this page

Add a description, image, and links to the data-science topic page so that developers can more easily learn about it.

Curate this topic

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

Learn more

You can’t perform that action at this time.