Machine Learning Predict throwing an error
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi everyone,
I'm playing with the tool and I'm not able to predict results in designer.
For context, I'm using the non-admin designer 2022.1.1.30961 and I'm using the AutoML platform for partners.
- Uploaded data from designer - OK
- Modelling in AutoML cloud - OK
- Upload new data for prediction from browser - OK
- Upload same data for prediction from designer - ERROR (I removed the target variable)
The logs are attached and showing the following error:
ERROR tempojobs.cli.utils - Fatal error in pipeline-predict job
ValueError: Length mismatch: Expected axis has 18 elements, new values have 19 elements
Best,
Fernando Vizcaino
Solved! Go to Solution.
- Labels:
- Bugs & Issues
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hey everyone,
I was able to correct the issue with a few tries. I didn't do all the scenarios, but this is what I think I found.
When you upload the dataset from the browser option and you have to drop an ID column in the first prep step; It will throw an error when using the Machine Learning Predict tool (with or without the ID column).
If you upload your dataset using the Machine Learning Send tool with or without the ID column, it works fine.
Best,
Fernando Vizcaino
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Let me know if your comments or if you were able to get this to work differently, please.
