-
Updated
Jul 7, 2020 - Python
scikit
Here are 68 public repositories matching this topic...
Hello, I have a CSV file that has 9 features and 9 expected targets, and I want to test 2 regression models on this data (that should be generated as a stream).
When I test the MultiTargetRegressionHoeffdingTree and RegressorChain on this data I get a bad R2-score, but when I tried normalizing my data with scikit-learn I get a pretty good R2-score. The problem is that I should not use sci
-
Updated
Jan 16, 2018 - Jupyter Notebook
-
Updated
Dec 29, 2019 - Python
-
Updated
Jul 9, 2020 - Python
-
Updated
Mar 10, 2020 - Python
-
Updated
May 28, 2019 - Jupyter Notebook
-
Updated
Jul 4, 2020 - Python
-
Updated
Jul 9, 2020 - Python
-
Updated
Feb 19, 2017 - HTML
-
Updated
Aug 2, 2018 - Python
-
Updated
Apr 16, 2019 - Jupyter Notebook
-
Updated
Jun 30, 2020 - Java
-
Updated
May 20, 2017 - Python
-
Updated
Feb 25, 2017 - Jupyter Notebook
-
Updated
May 10, 2015 - Python
-
Updated
May 28, 2020 - Python
Describe the issue linked to the documentation
It is not obvious for now what algorithms should be included in scikit-mine.
My first attempt defining this would be to say we hope for MDL-based algorithms to be included, but that's certainly not sufficient.
Suggest a potential alternative/fix
We should add a dedicated paragraph in the doc, like the one in [scikit-learn doc](https:/
-
Updated
Oct 13, 2016 - Python
-
Updated
Jun 24, 2018 - Jupyter Notebook
-
Updated
Jun 6, 2020 - CSS
-
Updated
Jun 8, 2017 - Python
-
Updated
Dec 19, 2018 - Jupyter Notebook
-
Updated
Dec 28, 2017 - Python
-
Updated
Feb 21, 2017 - Jupyter Notebook
Improve this page
Add a description, image, and links to the scikit topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the scikit topic, visit your repo's landing page and select "manage topics."
iterative_train_test_splitis briefly documented here (at the bottom), but the input paramsX,yare not explained. I tried passingyas a list of lists, encoding the labels as categorical integers, eg[[2], [0,3], [1], [0,2,3]]but it cras