-
Notifications
You must be signed in to change notification settings - Fork 152
Adding text vectorization #177
Comments
I'd personally love that! |
I was thinking on using the Transformer trait. However is not appropiate because it ask that the input and output should be of the same type |
I agree that this is a really great idea! It seems an unfortunate restriction that you cannot use the |
I'm just implemented a https://github.com/z1mvader/rusty-machine/blob/master/src/data/vectorizers/text.rs But if @AtheMathmo wants we could just modify the |
Besides the |
Hey guys and ladies!
I was wondering (and I'm offering myself to work a little bit on this) if you consider appropiate to add some text vectorization to rusty-machine based on sklearn current features:
I'd be pretty cool to add some examples of sentiment analysis or something like that using rusty-machine only :P
The text was updated successfully, but these errors were encountered: