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

Classification input error #37

Closed
ghost opened this issue Jan 26, 2021 · 2 comments
Closed

Classification input error #37

ghost opened this issue Jan 26, 2021 · 2 comments

Comments

@ghost
Copy link

ghost commented Jan 26, 2021

Hello, the error I'm getting is from sisso.f90 line 533 "no y value in the train.dat file for classification".
I was wondering how the code recognizes the columns? My input file is set up like the example input you have with the materials column followed by feature columns. I have specified the classes (#,#) accordingly.

SISSO.txt

@rouyang2017
Copy link
Owner

rouyang2017 commented Jan 28, 2021

In train.dat, columns are separated by space. Except the first string-column, all the other columns are treated as features in the code. The information of your classification samples are specified in SISSO.in. E.g. your nsample=(47,49) means the first 47 rows are of group1, and the following 49 rows of group2 in the train.dat

@ghost ghost closed this as completed Jan 29, 2021
@ghost
Copy link
Author

ghost commented Jan 29, 2021

Thank you!

This issue was closed.
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

1 participant