jrieke / traingenerator

🧙 A web app to generate template code for machine learning
https://traingenerator.jrieke.com
MIT License
1.36k stars 181 forks source link

New template: Text Classification in scikit-learn [WIP] #4

Open themrcesi opened 3 years ago

themrcesi commented 3 years ago

Hi there!

I´m planning to make a text classification template using scikit-learn. Just let me know whether this task adapts to the goal of the project.

Once I get the ok, I´ll start working on it.

jrieke commented 3 years ago

That is perfectly in line with the goal and as far as I can see, nobody else is working on this yet! 🎈 You can probably start off the existing image classification template for scikit-learn. Let me know if you need any input or help. And feel free to open a work in progress PR as soon as you start, so I can give feedback :)

themrcesi commented 3 years ago

Yeah, I´ll try to follow the same structure as much as possible 😄 Thanks!