Skip to content
#

scikit-learn

scikit-learn logo

scikit-learn is a widely-used Python module for classic machine learning. It is built on top of SciPy.

Here are 1,554 public repositories matching this topic...

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 May 13, 2021
  • Python
sktime
fkiraly
fkiraly commented Jul 3, 2021

We should refactor the default settings in _config.

Currently, _config has two things related to default settings:

  • default "inhabitants" of key scitypes, within and outside sktime
  • default parameter settings for each individual concrete estimator

I would go and locate these within the boundaries of their "natural concern":

  • default parameter settings as an inspectable attrib
igel

A comprehensive list of Deep Learning / Artificial Intelligence and Machine Learning tutorials - rapidly expanding into areas of AI/Deep Learning / Machine Vision / NLP and industry specific areas such as Climate / Energy, Automotives, Retail, Pharma, Medicine, Healthcare, Policy, Ethics and more.

  • Updated Jun 8, 2021
  • Python
ksaur
ksaur commented Mar 5, 2021

In issue #422/#423, users brought up that it's not clear from the error messages that you must fit before convert for most models.

We suspect that with KNN we could maybe also work if the model is not trained, but in general (e.g., with RandomForests) this won't work.

We need help documenting this, and also generating proper error messages. (You can see an example of an unhelpful error mess

ehoppmann
ehoppmann commented Aug 23, 2019

Our xgboost models use the binary:logistic' objective function, however the m2cgen converted version of the models return raw scores instead of the transformed scores.

This is fine as long as the user knows this is happening! I didn't, so it took a while to figure out what was going on. I'm wondering if perhaps a useful warning could be raised for users to alert them of this issue? A warning

Created by David Cournapeau

Released January 05, 2010

Latest release 2 months ago

Repository
scikit-learn/scikit-learn
Website
scikit-learn.org
Wikipedia
Wikipedia

Related Topics

python scikit