Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create functional tests for all Training scenarios #2906

Closed
rogancarr opened this issue Mar 11, 2019 · 0 comments
Closed

Create functional tests for all Training scenarios #2906

rogancarr opened this issue Mar 11, 2019 · 0 comments
Assignees
Labels
API Issues pertaining the friendly API

Comments

@rogancarr
Copy link
Contributor

As laid out in #2498 , we need scenarios to cover the Training functionality we want fully supported in V1.

Scenarios

  • I can provide multiple learners and easily compare evaluation metrics between them.
  • I can use an initial predictor to update/train the model for some trainers (e.g. linear learners like averaged perceptron). Specifically, start the weights for the model from the existing weights.  
  • Metacomponents smartly restrict their use to compatible components.   Example: "When specifying what trainer OVA should use, a user will be able to specify any binary classifier. If they specify a regression or multi-class classifier ideally that should be a compile error."
  • I can use OVA and easily add any binary classifier to it
@rogancarr rogancarr added the API Issues pertaining the friendly API label Mar 11, 2019
@rogancarr rogancarr self-assigned this Mar 11, 2019
@ghost ghost locked as resolved and limited conversation to collaborators Mar 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
API Issues pertaining the friendly API
Projects
None yet
Development

No branches or pull requests

1 participant