-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
results missing, ValueError: Input #20
Comments
I've actually seen a similar problem, and I am currently preparing an example to share (watch as it works this time!) |
Here's a gist with train and test files. I ran the following command to target the
then with test.csv in the
Output is as follows:
I've poked around at it a bit, but I don't really know what I'm doing. I hope this helps though, and I appreciate your work on this project! |
Adding this line before each encoder transform call in
...but different errors are good to see! EDIT: Found some luck by adjusting the training target to "true/false" strings instead of EDIT AGAIN: this error can happen if you have a blank entry somewhere in your data. Open your csv file in your favorite editor and search for |
I'm also facing error like mahesh@mahesh-HP-EliteBook-840-G1:
Modeling with field specifications: |
This can be hard to figure out since I can't share the data. I am running it in Google Colab.
automl_grid_search(csv_path='/content/CLT_all_tasks_trial_level.csv', target_field='correctResp', model_name='tpu', tpu_address = tpu_address)
Here is the log.
AFAIK, the largest number in the dataset is 12007245.
Thanks for the help!
The text was updated successfully, but these errors were encountered: