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
Old logs are not deleted any more during the run of ag_train or bt_train. Instead they are appended to logs.archive.txt
bt_train now generates a new output file: prediction scores on the validation data set. Default file name is preds.txt
For ag_train, a warning appears when there is no signal (even the simplest model has performance worse than baseline).
Changed the output for the layered mode of training for Additive Groves. The best model parameters and the expanding recommendation now correspond to the best model for interaction detection, not to the model providing the best performance on the validation set.
File performance.txt (Additive Groves output) now contains binary information about the learning curve convergence. 1 means the learning curve has converged for given (a, n) parameters, 0 means it has not.