Re: [scikit-learn] MLPClassifier on WIndows 10 is 4 times slower than that on macOS?

2018-12-18 Thread Kouichi Matsuda
Great! Thanks! 2018年12月19日(水) 午前2:07、Olivier Grisel さん(olivier.gri...@ensta.org)のメッセージ: > You should probably just "conda update scikit-learn": > > scikit-learn 0.20.1 is available on the official anaconda channel for all > supported operating systems: >

Re: [scikit-learn] MLPClassifier on WIndows 10 is 4 times slower than that on macOS?

2018-12-18 Thread Olivier Grisel
You should probably just "conda update scikit-learn": scikit-learn 0.20.1 is available on the official anaconda channel for all supported operating systems: https://anaconda.org/anaconda/scikit-learn -- Olivier ___ scikit-learn mailing list

Re: [scikit-learn] MLPClassifier on WIndows 10 is 4 times slower than that on macOS?

2018-12-18 Thread Kouichi Matsuda
Great! Thanks Woops, the latest Anaconda does not support the latest scikit-learn... >>> print(sklearn.__version__) 0.19.2 I should have checked the change log ... orz >> n_iter_no_change parameter now at 10 from previously hardcoded 2. #9456 by Nicholas Nadeau. It might be confusing to change

Re: [scikit-learn] plan to add the association rule classification algorithm in scikit learn

2018-12-18 Thread Dmitry Ignatov
Hi All, Just a short comment to "If you had an alternative algorithm for frequent itemset generation in mind (I am not sure if others exist, to be honest). I would also be happy about that one, too." There are many other techniques and their modifications for related problems like sequence