Closed adam-haber closed 7 years ago
thanks for filing this! i've never seen this one before, which makes me wonder if if might be specific to your dataset.
that error message makes me think it's failing on col_name[:4]
. any chance any of your column names are integers? i hadn't realized we were making the assumption that column names aren't integers, but it appears we are.
if that doesn't fix it, i've got a couple of asks to debug further
pip install --upgrade auto_ml
)but, my hope is it's something simple like we're assuming actual column names, and you're using ints for column names.
Changing the column names from int to string did the job! Thanks. :-)
On Tue, Sep 12, 2017 at 7:20 PM, Preston Parry notifications@github.com wrote:
thanks for filing this! i've never seen this one before, which makes me wonder if if might be specific to your dataset.
that error message makes me think it's failing on col_name[:4]. any chance any of your column names are integers? i hadn't realized we were making the assumption that column names aren't integers, but it appears we are.
if that doesn't fix it, i've got a couple of asks to debug further
- what version of auto_ml are you on, and can you upgrade to the latest version (just released v2.7.0 last night- you can get it with pip install --upgrade auto_ml)
- can you give me a full traceback?
- if possible, a copy or a small sample of your dataset would be very helpful in debugging more!
but, my hope is it's something simple like we're assuming actual column names, and you're using ints for column names.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ClimbsRocks/auto_ml/issues/322#issuecomment-328905313, or mute the thread https://github.com/notifications/unsubscribe-auth/AeXqSYTHiB1w6bYbKoWgJ0oUjLdetpOZks5shq9agaJpZM4PUjFm .
glad that worked! thanks for filing the issue- that's one more usability bug that we'll try to improve when we get the chance. don't hesitate to reach out with any other questions/bugs/feature requests!
Hi,
I'm trying to use auto_ml, and training crashes after what seems to be the end of the GradientBoostingRegressor pipeline.
This is the last "running" output:
After which I get a long traceback that ends with:
Any ideas on how to solve this?