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 5,655 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 Nov 4, 2021
  • Python
chan4cc
chan4cc commented Apr 26, 2021

New Operator

Describe the operator

Why is this operator necessary? What does it accomplish?

This is a frequently used operator in tensorflow/keras

Can this operator be constructed using existing onnx operators?

If so, why not add it as a function?

I don't know.

Is this operator used by any model currently? Which one?

Are you willing to contribute it?

gjoseph92
gjoseph92 commented Mar 2, 2022

This may seem like a rather silly thing to validate, but it's easy to accidentally pass in empty divisions if you're using a divisions list generated elsewhere, or mess up typing range(1000, 2) instead of range(0, 1000, 2) like I did.

Would be nice to have a short, informative traceback in this case instead of this inscrutable error.

result.set_index("id", divisions=[])
featuretools
sktime
fkiraly
fkiraly commented Feb 26, 2022

A number of sklearn calls raise deprecation warnings and will turn into bugs when sklearn releases version 1.2.
These should be fixed.

  • replacing float variable names by str in pandas.DataFrame passed:
classification/feature_based/_summary_classifier.py: 2 warnings
classification/feature_based/tests/test_summary_classifier.py: 2 warnings
classification/tests/test_all_c

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 Feb 11, 2022
  • Python
igel
nidhaloff
nidhaloff commented May 27, 2021

Hello everyone,

First of all, I want to take a moment to thank all contributors and people who supported this project in any way ;) you are awesome!

If you like the project and have any interest in contributing/maintaining it, you can contact me here or send me a msg privately:

PS: You need to be familiar with python and machine learning

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