yandex / rep

Machine Learning toolbox for Humans
http://yandex.github.io/rep/
Other
687 stars 144 forks source link

TransformerMixin #1

Closed eyadsibai closed 7 years ago

eyadsibai commented 9 years ago

It would be nice to have support for transformermixin too from sklearn and clustering too

arogozhnikov commented 9 years ago

Eyad, thanks for the question. We have this in plans, but at this moment REP contains only sklearn's transformers. In those situations transformer is needed (typically in the pipeline), sklearn transformers are used without any wrapper.

Interface for transformers/clustering algorithms will be introduced together with support of other libraries (this is not in nearest plans, however).