-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
- Our main entry-point currently only supports
LinearRegressionandLogisticRegressionestimators by directly hardcoding them in. - We should enable a factory/registry to support custom estimator classes that can be programmatically registered and reference by name in test configuration files.
- This is important as we have already have the base abstract estimator classes, and some examples in the
examplesdirectory rely on custom classes.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Backlog