-
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,656 public repositories matching this topic...
-
Updated
Sep 14, 2020 - Python
-
Updated
Sep 7, 2020 - Jupyter Notebook
-
Updated
Aug 21, 2020 - Jupyter Notebook
-
Updated
Jul 24, 2020 - Python
-
Updated
Aug 10, 2020 - Jupyter Notebook
-
Updated
Jul 31, 2020
Bug Report
These tests were run on s390x. s390x is big-endian architecture.
Failure log for helper_test.py
________________________________________________ TestHelperTensorFunctions.test_make_tensor ________________________________________________
self = <helper_test.TestHelperTensorFunctions testMethod=test_make_tensor>
def test_make_tensor(self): # type: () -> None
-
Updated
Sep 15, 2020 - Python
The documentation in the Joins section https://docs.dask.org/en/latest/dataframe-joins.html has code blocks but they aren't interactive and therefore not as useful.
I think the documentation would benefit from an interactive example with use of real data (or data from the demo API).
I had a quick rummage of the tutorial (h
-
Updated
Sep 6, 2020 - Python
-
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
Sep 10, 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?
-
Updated
Sep 18, 2020 - C++
Interpret
Yes
-
Updated
Nov 12, 2019 - Jupyter Notebook
-
Updated
Aug 29, 2020 - Python
-
Updated
Sep 17, 2020 - Python
-
Updated
Sep 15, 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 Series.median()
-
Updated
Sep 17, 2020 - Python
Created by David Cournapeau
Released January 05, 2010
Latest release about 1 month ago
- Repository
- scikit-learn/scikit-learn
- Website
- scikit-learn.org
- Wikipedia
- Wikipedia