-
Updated
Feb 28, 2022
scikit-learn
scikit-learn is a widely-used Python module for classic machine learning. It is built on top of SciPy.
Here are 5,966 public repositories matching this topic...
-
Updated
May 24, 2022 - Jupyter Notebook
-
Updated
Apr 14, 2022 - Jupyter Notebook
-
Updated
Apr 24, 2022 - Python
-
Updated
May 4, 2022 - Jupyter Notebook
-
Updated
Apr 3, 2022 - Python
Ask a Question
Question
The code has multiple reference to web addresses using "http://" instead of the more secure "https://". Is it not better to switch it to https uniformly?
-
Updated
Jul 30, 2021 - Jupyter Notebook
This is a suggestion to simplify reporting the dask version in the issue template by providing a suggested code snippet to run (in the Environment section of the issue template):
import dask; print("- Dask version:", dask.__version__)
import sys; print("- Python version:", sys.version)-
Updated
May 19, 2022 - Python
-
Updated
May 20, 2022 - Python
-
Updated
Apr 1, 2022 - Python
-
Updated
May 26, 2022 - C++
-
Updated
Oct 1, 2020 - Jupyter Notebook
-
Updated
Oct 1, 2021 - Jupyter Notebook
Scikit-learn provides multi-class options for area under curve: https://scikit-learn.org/stable/modules/generated/sklearn.metrics.roc_auc_score.html
We should provide the most common ones, such as the OVO Macro averaging used by Auto-Gluon.
- As a user, I wish featuretools
dfswould take a string as cutoff_time aswell as a datetime object
Code Example
fm, features = ft.dfs(entityset=es,
target_dataframe_name='customers',
cutoff_time="2014-1-1 05:00",
instance_ids=[1],
cutoff_time_in_index=True)as well as
Currently, there is a lot of repetitive boilerplate in the datasets modules, and no tests for individual loaders such as load_PBS_dataset, load_japanese_vowels, etc
What should be done here:
- reduce boilerplate, refactor common code into single location
- ensure function signatures are the same, deprecate if needed
- add an argument
return_mtypesuch as in the synthetic data gener
Interpret
Yes
-
Updated
Apr 6, 2022 - CSS
Related: awslabs/autogluon#1479
Add a scikit-learn compatible API wrapper of TabularPredictor:
- TabularClassifier
- TabularRegressor
Required functionality (may need more than listed):
- init API
- fit API
- predict API
- works in sklearn pipelines
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
deviceparameter mentionsgpuas well - gridsearch (0 results): make sure to include the term
gridsearchin the meta data of
-
Updated
Apr 24, 2020 - Jsonnet
-
Updated
May 23, 2022 - Python
-
Updated
May 25, 2022 - Python
-
Updated
Nov 7, 2021 - Jupyter Notebook
-
Updated
Mar 29, 2022 - Jupyter Notebook
-
Updated
May 24, 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 7 days ago
- Repository
- scikit-learn/scikit-learn
- Website
- scikit-learn.org
- Wikipedia
- Wikipedia