Open black-snow opened 6 years ago
crap, sorry i didn't get to this 'til now.
you're totally right to run code first! this is just a blatant bug on my part that i haven't been able to reproduce. thank you very much for including the full traceback and the script you used to train the data- that's all super helpful.
it shows that it's probably an error with NLP data. i'm shipping a workaround tonight. will work on an actual fix soon.
sorry again for the slow response here. i'm extra bummed because you have one of the use cases that i explicitly designed this package for, and it's really cool to me to see how straightforward the code is that you wrote to train an nlp predictor.
let me know if you have any other feedback! or if you ended up using a different package, i'd love to hear that too- there's a lot these automated ml solutions can learn from each other.
Hey there, thanks for the reply.
I've created my own scripts for normalization, tf/tf-idf uni-/bigram chi2 selection etc. and finally used Keras with Tensorflow. However I'm still interested in this package - and if it's just to see what architecture and parameters were chosen.
Hey there,
I was giving auto_ml a shot but it chokes on a
KeyError
.Platform: Win 10, x64 Python 3.6.4 auto_ml 2.9.4
Installed with
pip install auto_ml
. After the import I get a warning:When running
train()
I end up with this:Where my code is:
I'm sorry if this is just a usage error. I'm still trying going through the docs. But as they say "run first" that's what I did ;)