cstjean / ScikitLearn.jl

Julia implementation of the scikit-learn API https://cstjean.github.io/ScikitLearn.jl/dev/
Other
546 stars 75 forks source link

Support for NLP Functionality #41

Open ksteimel opened 6 years ago

ksteimel commented 6 years ago

When you say NLP functionality in the contribution guidelines are you hinting towards a julia implementation of tfidf_vectorizer and count_vectorizer from sklearn?

I'd be very willing to help out with that if I knew more what direction you were wanting to go.

cstjean commented 6 years ago

I don't have anything specific in mind, but yeah, rewriting the sklearn utilities would be a great first step. I'm also open to suggestions! I don't have much time to work on this package anymore, so I appreciate any contribution. The only exception is that I would probably turn down something which was too un-sklearn-like.

PastelBelem8 commented 5 years ago

I also would like to help on this!

cstjean commented 5 years ago

Make a proposal for the interface you would implement, as an issue or as a PR.