Class | Description |
---|---|
GridSearch |
Performs a grid search of parameter pairs for a
classifier and chooses the best pair found for the actual predicting.
The initial grid is worked on with 2-fold CV to determine the values of the parameter pairs for the selected type of evaluation (e.g., accuracy). |