Add --exclude parameter to b_grid to exclude datasets
This commit is contained in:
@@ -21,6 +21,7 @@ namespace platform {
|
||||
bool stratified;
|
||||
int nested;
|
||||
int n_folds;
|
||||
json excluded;
|
||||
std::vector<int> seeds;
|
||||
};
|
||||
class GridSearch {
|
||||
|
Reference in New Issue
Block a user