Skip to content

Enable Custom Estimators in Entrypoint #329

@f-allian

Description

@f-allian
  • Our main entry-point currently only supports LinearRegression and LogisticRegression estimators 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 examples directory rely on custom classes.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions