Add --exclude parameter to b_grid to exclude datasets

This commit is contained in:
2023-12-08 12:09:08 +01:00
parent f0d6f0cc38
commit aa0936abd1
3 changed files with 13 additions and 2 deletions

View File

@@ -21,6 +21,7 @@ namespace platform {
bool stratified;
int nested;
int n_folds;
json excluded;
std::vector<int> seeds;
};
class GridSearch {