Skip to content
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

Closed
prasiyer opened this issue Feb 6, 2020 · 4 comments
Closed

Regression model in python, error #108

prasiyer opened this issue Feb 6, 2020 · 4 comments

Comments

@prasiyer
Copy link

prasiyer commented Feb 6, 2020

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

@kenns29
Copy link
Collaborator

kenns29 commented Feb 7, 2020

@prasiyer please refer to #101 for an example of using manifold in Jupyter with regression data.

@prasiyer
Copy link
Author

prasiyer commented Feb 7, 2020

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.

@kenns29
Copy link
Collaborator

kenns29 commented Feb 7, 2020

@prasiyer thanks for pointing this out.

@Firenze11
Copy link

#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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants