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

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions