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

data-science

Here are 15,686 public repositories matching this topic...

ogrisel
ogrisel commented Nov 13, 2020

Most functions in scipy.linalg functions (e.g. svd, qr, eig, eigh, pinv, pinv2 ...) have a default kwarg check_finite=True that we typically leave to the default value in scikit-learn.

As we already validate the input data for most estimators in scikit-learn, this check is redundant and can cause significant overhead, especially at predict / transform time. We should probably a

incubator-superset
hughhhh
hughhhh commented Nov 5, 2020

Screenshot

N/A

Description

Right now whenever users search for queries they are case sensitive. We should remove this to allow users to put in term with any cases

Design input

[describe any input/collaboration you'd like from designers, and
tag accordingly. For design review, add the
label design:review. If this includes a design proposal,
include the label `design:suggest

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 Oct 1, 2020
  • Python
ag-tcm
ag-tcm commented Nov 10, 2020

What is the problem?

Using tune.suggest.Repeater does not work when trying to resume a search and leads to an error like this upon resume:

2020-11-10 11:36:11,185 ERROR repeater.py:159 -- Trial 20f0571e not in group; cannot report score. Seen trials: ['04662968']
2020-11-10 11:36:11,186 ERROR trial_runner.py:794 -- Trial easy_objective_20f0571e: Error processing event.
Traceback (
dash
gensim
pytorch-lightning
nni
wetneb
wetneb commented Nov 12, 2020

The phonetic GREL function does not validate its second argument, the phonetic encoding, and silently falls back to metaphone.

For instance, "open refine".phonetic("metaphone3") evaluates to "APNRFN" and so does "open refine".phonetic(undefined_value) or "open refine".phonetic(null).

In these last two cases, we should instead throw an error, similar to the one we get with `"open re

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.