hespas.estimator.choice
Module Attributes
File for the import of the Estimators. |
Functions
|
Function to add the new Estimator class to either the unconditionally available estimator_choice (used in unit tests) or the conditionally_available set. |
|
|
|
|
|
File for the import of the Estimators. New Estimators should be added here following this pattern. Allows for the optional import of Estimators which have unique dependencies.
- hespas.estimator.choice.add_estimator_choice(name, cls)
Function to add the new Estimator class to either the unconditionally available estimator_choice (used in unit tests) or the conditionally_available set.
- hespas.estimator.choice.get_estimator(name)
- hespas.estimator.choice.estimator_available(name)
- hespas.estimator.choice.get_conditions(name)