-
**Describe the bug**
The results (classification accuracy) of the analysis of a csv file using the GUI and the python library are not consistent. I am getting 0.550 CA with the GUI and 0.5 when invok…
-
Create a ScoreVisualizer that creates a heatmap color coded confusion matrix showing true label vs. predicted label for multi-class classifiers. Goal of heatmap is to better identify frequently-confus…
-
The GridSearchCV class appears to run into trouble with some sparse matrix formats, in particular, the COO format that comes out of the CountVectorizer class. It looks like it tries to use integer in…
-
We should fix the remaining sphinx warnings here:
https://circleci.com/gh/scikit-learn/scikit-learn/1629
and then make circle IO error if there are any warnings (grep'ing for `WARNINGS` I guess?).
T…
-
Hi,
I am trying to implement a KPLS model with my dataset, but it raises this error:
"Multiple input features cannot have the same value".
How can I solve it?
Thank you very much for your s…
-
I used GraKel on 3 graph classification datasets (MUTAG, ENZYMES, NCI1), it seems that my results are far away from your paper. I dont't know the reason. Could you explain this? Btw, PTC-MR is currentl…
-
Today I've ran into some very strange behavior of Keras. When I try to do a classification run on the iris-dataset with a simple model, keras version 1.2.2 gives me +- 95% accuracy, whereas a keras ve…
-
Hello,
I am running into some issues when running GenEpi, consequence of some changes to the interface of some scikit-learn functions. For the moment, I have run into the following issues:
from …
-
I am trying to run multiple ten/hundred copies of a few machine learning models each with their cross-validation using dask. This fails with the following log file, when the number of parallel runs is…
-
Please support custom splitting indices. For example, it needs for time series splitting strategies.