hespas.estimator.choice

Module Attributes

unavailable

File for the import of the Estimators.

Functions

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.

estimator_available(name)

get_conditions(name)

get_estimator(name)

hespas.estimator.choice.unavailable = {}

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)