Jose Perez-Parras Toledano

Results 5 comments of Jose Perez-Parras Toledano

Thank for opening the issue @yvandenis ^^ I checked the code and as you said, there is no call to the seed. Whereas the function _check_random_state_ from _sklearn_ is used,...

Which version of scikit-multilearn are you working with? I have just tried with scikit-multilearn==0.2.0 and works fine Try updating your package with `pip install scikit-multilearn --upgrade` ^^

Hello, I would suggest you to split the dataset in 80% training and 20% test, better than using only one sentence for the test. From that you can try different...

Hi! Yes it should be included in the `iterative_train_test_split` the order parameter. I will make the changes. Thank you for seeing it. Also as you say in #160 it would...

Hi, can you give more information about the version you are using?