Add only parameter to gridsearch

This commit is contained in:
2023-11-28 10:08:40 +01:00
parent d06bf187b2
commit 8dbbb65a2f
4 changed files with 36 additions and 9 deletions

View File

@@ -17,6 +17,7 @@ namespace platform {
std::string output_file;
std::string continue_from;
bool quiet;
bool only; // used with continue_from to only compute that dataset
bool discretize;
bool stratified;
int n_folds;