You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The user should be able to specify what fraction of the data should be left out for the final test set. For small data it can be 0, but for data like Kepler it should be around half. In the absense of user input, determine the fraction in some reasonable way by looking at the number of points available.
The process will go like this:
Parse the data
Split the data in half (or whatever fraction)
Determine the model by separating one of the halves into k training and validation sets and doing cross validation
Finally, calculate the R^2 and MSE on the other half
The text was updated successfully, but these errors were encountered:
The user should be able to specify what fraction of the data should be left out for the final test set. For small data it can be 0, but for data like Kepler it should be around half. In the absense of user input, determine the fraction in some reasonable way by looking at the number of points available.
The process will go like this:
The text was updated successfully, but these errors were encountered: