-
Updated
Jul 5, 2022 - Jupyter Notebook
scikit-learn

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...
-
Updated
Jul 10, 2022
-
Updated
Jun 21, 2022 - Jupyter Notebook
-
Updated
Jul 7, 2022 - Python
-
Updated
Jun 24, 2022 - Jupyter Notebook
-
Updated
Apr 3, 2022 - Python
We should sort imports with isort to keep the import section clean
-
Updated
Jul 30, 2021 - Jupyter Notebook
-
Updated
Jul 7, 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
-
Updated
Jul 7, 2022 - Python
-
Updated
Jul 8, 2022 - Python
-
Updated
Jul 10, 2022 - C++
-
Updated
Oct 1, 2021 - Jupyter Notebook
-
Updated
Oct 1, 2020 - Jupyter Notebook
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
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
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
Interpret
Yes
-
Updated
Jul 7, 2022 - CSS
Add PECOS model to TabularPredictor.
If you'd like to work on this, please respond to this GitHub issue.
It is recommended to follow the custom model tutorial for implementing the model into AutoGluon.
readthedocs analytics says that we have several search results that yield little or no useful results. Let's improvethose:
- gpu (only 2 results): make sure that explanation of
device
parameter mentionsgpu
as well - gridsearch (0 results): make sure to include the term
gridsearch
in the meta data of
-
Updated
Apr 24, 2020 - Jsonnet
-
Updated
Jul 4, 2022 - Python
-
Updated
Jul 10, 2022 - Python
-
Updated
Jun 15, 2022 - Jupyter Notebook
-
Updated
Mar 29, 2022 - Jupyter Notebook
-
Updated
Jul 1, 2022 - Python
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:
- Email: nidhalbacc@gmail.com
PS: You need to be familiar with python and machine learning
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