Add Classification report to end of experiment if only one dataset is tested
This commit is contained in:
@@ -32,7 +32,7 @@ namespace platform {
|
||||
void go(std::vector<std::string> filesToProcess, bool quiet, bool no_train_score);
|
||||
void saveResult();
|
||||
void show();
|
||||
void report();
|
||||
void report(bool classification_report = false);
|
||||
private:
|
||||
Result result;
|
||||
bool discretized{ false }, stratified{ false };
|
||||
|
Reference in New Issue
Block a user