-
Notifications
You must be signed in to change notification settings - Fork 5
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
cross validated results #53
Conversation
I realize now that we have no tests for the regression/prediction scripts! |
just give them any X and Y files. We have something in https://github.com/lcmd-epfl/spahm and https://github.com/lcmd-epfl/spahm-rho |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- add a
seed0
parameter to control the content of the arrayseeds
do we need the xyz files? |
Not necessarily, but I thought we might need them for upcoming tests. |
Could you please add a test that generates the representation (used in this test) from these xyz files? so we remember they're related |
|
based on input array indices (train indices are calculated)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you think we need a CLI arg for the selection thing ?
I will also add the docs so it's done!
- add documentation
* Add sparse regression test * Continue ca4dca0: add `idx_train` and refactor * Fix CLI arguments and add docs * Add sparse regression to all the tools
And removed output filename renaming (flawed)
--debug
parameter ?regression
,hyperparameters