This repository has been archived by the owner on Apr 24, 2024. It is now read-only.
How-to guide for finding the optimal alpha in a Ridge regression #27
Labels
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
help wanted
Extra attention is needed
Since we have no RidgeCV we should give a small how-to of looping through a bunch of alphas and find the best alpha. We should also show a plot of the root-mean-square error versus ln(alpha).
Below a small code snippet that one can use for a start.
For splitting X_test and X_train one could use
equistore.split
...The text was updated successfully, but these errors were encountered: