culebra.tools.decision_manager module¶
Decision managers.
This module provides several decision manager implementations:
The
LexicographicDMclass, which ranks the best solutions found by the trainer lexicographically and selects the first one.The
LexicographicWithRepeatedCVDMclass, which applies repeated cross-validation and then selects the best solution lexicographically.
Attributes¶
- DEFAULT_CV_REPEATS = 10¶
Default value for the number of cross-validation repeats.

