statgarten / stove

Machine learning modeling, visualization
http://www.statgarten.com/stove/
Other
17 stars 6 forks source link

Training process without cross-validation #22

Closed ycseong07 closed 1 year ago

ycseong07 commented 1 year ago

Currently, the training process in stove requires the v-fold ('v' in models functions) parameter to be set and it's minimum value is 2. However, since the workflow cannot be applied to data with a small number of rows, an additional workflow that does not perform CV must be implemented.

ycseong07 commented 1 year ago

Cross-validation is an essential step in the workflow and is always implemented due to the following reasons: