-
Updated
Jul 15, 2020
scikit-learn

scikit-learn is a widely-used Python module for classic machine learning. It is built on top of SciPy.
Here are 3,598 public repositories matching this topic...
-
Updated
Jul 14, 2020 - Python
-
Updated
Jul 15, 2020 - Jupyter Notebook
-
Updated
Aug 21, 2020 - Jupyter Notebook
-
Updated
Jul 24, 2020 - Python
-
Updated
Aug 29, 2020 - Jupyter Notebook
-
Updated
Aug 10, 2020 - Jupyter Notebook
-
Updated
Jul 31, 2020
-
Updated
Aug 31, 2020 - Python
-
Updated
Aug 16, 2020 - Python
If you join Dask DataFrame on a categorical column, then the outputted Dask DataFrame column is still category
dtype. However, the moment you .compute()
the outputted Dask DataFrame, then the column is the wrong dtype, not categorical.
Tested on Dask 2.14.0 and Pandas 1.0.3
This example where the category type looks like a float, so after .compute(), the dtype is float.
import dask.d
-
Updated
Mar 8, 2020 - Jupyter Notebook
For example, if there is a relationship transaction.session_id -> sessions.id
and we are calculating a feature transactions: sessions.SUM(transactions.value)
any rows for which there is no corresponding session should be given the default value of 0
instead of NaN
.
Of course this should not normally occur, but when it does it seems more reasonable to use the default_value
.
`DirectF
with the Power Transformer.
-
Updated
Jul 12, 2019 - Jupyter Notebook
-
Updated
Apr 24, 2020 - Jsonnet
-
Updated
Aug 3, 2020 - Python
I see the code
device = ‘cuda’ if torch.cuda.is_available() else ‘cpu’
repeated often in user code. Maybe we should introduce device='auto'
exactly for this case?
Interpret
Yes
-
Updated
Nov 12, 2019 - Jupyter Notebook
-
Updated
Aug 29, 2020 - Python
-
Updated
Sep 1, 2020 - C++
-
Updated
Aug 31, 2020 - Python
-
Updated
Aug 31, 2020 - Python
-
Updated
Jul 23, 2020 - Jupyter Notebook
I think it could be useful, when one wants to plot only e.g. class 1, to have an option to produce consistent plots for both plot_cumulative_gain and plot_roc
At the moment, instead, only plot_roc supports such option.
Thanks a lot
Support DataFrame.select_dtypes
-
Updated
Aug 31, 2020 - Python
Created by David Cournapeau
Released January 05, 2010
Latest release 28 days ago
- Repository
- scikit-learn/scikit-learn
- Website
- scikit-learn.org
- Wikipedia
- Wikipedia
Spawned off https://github.com/onnx/onnx/pull/2772/files/7ab93cc1b635eada330dae7424d4ff7e8c22c295#r440422245, opening issue to track resolution