The Wayback Machine - https://web.archive.org/web/20200820124026/https://github.com/topics/data-science
Skip to content
#

data-science

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

glemaitre
glemaitre commented Aug 13, 2020

The fit_transform docstrings of the VotingClassifier and VotingRegressor are inherited from the TransformerMixin:

Fit to data, then transform it.

Fits transformer to X and y with optional parameters fit_params and returns a transformed version of X.

They don't really apply here and we should use the docstring from transform to explain what is returned:

Return c
mistercrunch
mistercrunch commented Jun 16, 2020

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

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
gensim
tfmorris
tfmorris commented Aug 17, 2020

None of the text on the About page is internationalized so that it can be translated into languages other than English.

The individual HTML elements should be given unique ids which can be used with the $.i18n() calls to set the text for the element based on the user's current language. The license text and copyright statement should *not be translated.

These elements should be translate

pytorch-lightning
manipopopo
manipopopo commented Aug 8, 2020

The type annotations of num_sanity_val_steps: and limit_val_batches are int and Union[int, float] for percent or num_batches. The minimum of percent and num_batches will be percent. (except when num_batches==0)
https://github.com/PyTorchLightning/pytorch-lightning/blob/a59e140ee814d8818d121405582133cf6b767e1a/pytorch_lightning/trainer/trainer.py#L461

Maybe we can remove

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.