Re: [scikit-learn] MLPClassifier as a feature selector

2017-12-30 Thread Thomas Evangelidis
Javier, thank you for the detailed explanation. Indeed, it would be very useful to add such a function in the official scikit-learn bundle instead of keeping our own modified versions of the MLP. It would be good for transferability of our code. Dne 29. 12. 2017 17:47 napsal uživatel "Javier López

Re: [scikit-learn] Any plans on generalizing Pipeline and transformers?

2017-12-30 Thread Frédéric Bastien
This start to look as the dask project. Do you know it? Le mar. 26 déc. 2017 05:49, Manuel Castejón Limas a écrit : > I'm elaborating on the graph idea. A dictionary to describe the graph, the > networkx package to support the graph and run it in topological order; and > some wrappers for scikit