-
Notifications
You must be signed in to change notification settings - Fork 117
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
Regression model in python, error #108
Comments
Thank you. Changing the format for yPred made it work. The initial error message mentioned "yTrue must be a list/ndarray" while in reality issue was with yPred. Revising the error message would be helpful. |
@prasiyer thanks for pointing this out. |
#106 is tracking the error message enhancement work; closing this task for now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to use Manifold in jupyter notebook. My dataset consists of features, ground truth and predictions for 1 model. CSV files are attached. I get the following error -
yTrue must be a list/ndarray.
I am able to get the results with the demo app.
TestData_Results.zip
The text was updated successfully, but these errors were encountered: