lenskit.schemas.tuning#
Attributes#
Action to take when a trial fails. |
|
Specification of the (possibly nested) hyperparameter search space for a |
Classes#
Options for iterative search. |
|
Configuration options for the hyperparameter search. |
|
Data model for hyperparameter tuning specifications. |
|
Load a pipeline from a file. |
|
Module Contents#
- type lenskit.schemas.tuning.ErrorAction = Literal['abort', 'continue']#
Action to take when a trial fails.
- type lenskit.schemas.tuning.SearchSpace = Mapping[str, SearchParam | SearchSpace]#
Specification of the (possibly nested) hyperparameter search space for a component.
Exported Aliases#
- lenskit.schemas.tuning.load_model_data()#
Re-exported alias for
lenskit.schemas._load.load_model_data().
- class lenskit.schemas.tuning.PipelineConfig#
Re-exported alias for
lenskit.schemas.pipeline.PipelineConfig.