tabensemb.model.AbstractModel._conditional_validity#
method
- AbstractModel._conditional_validity(model_name: str) bool[source]#
Check the validity of a model.
- Parameters:
- model_name:
The name of a model in
_get_model_names().
- Returns:
- bool
Whether the model can be trained under certain settings.