Add quiet mode to b_main
Reduce output when --quiet is set, not showing fold info
This commit is contained in:
@@ -108,8 +108,8 @@ namespace platform {
|
||||
Experiment& setHyperparameters(const json& hyperparameters) { this->hyperparameters = hyperparameters; return *this; }
|
||||
string get_file_name();
|
||||
void save(const string& path);
|
||||
void cross_validation(const string& fileName);
|
||||
void go(vector<string> filesToProcess);
|
||||
void cross_validation(const string& fileName, bool quiet);
|
||||
void go(vector<string> filesToProcess, bool quiet);
|
||||
void show();
|
||||
void report();
|
||||
};
|
||||
|
Reference in New Issue
Block a user