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 6,181 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 Apr 3, 2022
  • Python
rrpelgrim
rrpelgrim commented Jun 15, 2022

Current situation
Portions of the dask.dataframe API are copied over directly from pandas using the @derived_from decorator. This pulls in the pandas docstring for the corresponding object and adds the "This docstring was copied from pandas. Some inconsistencies with the Dask version may exist."

Problem
New users often find the vagueness in this docstring confusing and intimida

good first issue documentation
xmyhhh
xmyhhh commented Jun 27, 2022

The program throws an error at runtime, how can this error be solved?

[ERROR] [2022-06-27 14:13:51,391:asyncio.events] 
Traceback (most recent call last):
  File "/home/xumaoyuan/.virtualenvs/lib/python3.8/site-packages/distributed/utils.py", line 761, in wrapper
    return await func(*args, **kwargs)
  File "/home/xumaoyuan/.virtualenvs/lib/python3.8/site-packages/distributed/clie
featuretools
thehomebrewnerd
thehomebrewnerd commented Jun 28, 2022

In the check_schema_version utility function, there is custom code to determine whether saved schema versions are older or newer than the current schema version. This comparison could likely be simplified significantly by using the packaging library performing the version comparison instead of the custom code.

Current code:

        current = SCHEMA_VERSION.split(".")
        saved = ve
good first issue
sktime
TonyBagnall
TonyBagnall commented Jul 7, 2022

Is your feature request related to a problem? Please describe.

It is useful to record the time estimators take to fit to help with algorithm comparison. We do this in clustering and classification base class, it would be nice to store transform time in the BaseTransformer class

Describe the solution you'd like
a class variable, e.g. transform_time, that is initialised in reset and c

good first issue module:transformations enhancement

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 Jul 1, 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

help wanted good first issue contribution feature

Created by David Cournapeau

Released January 05, 2010

Latest release about 2 months ago

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

Related Topics

python scikit