Skip to content

Create functional tests for all Model Files scenarios #2896

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

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

Create functional tests for all Model Files scenarios #2896

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

Comments

@rogancarr
Copy link
Contributor

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

Definitely need for V1

  • I can train a model and save it as a file. This model includes the learner as well as the transforms
  • I can use a model file in a completely different process to make predictions
  • I can easily figure out which NuGets (and versions) I need to score an ML.NET model
  • I can export ML.NET models to ONNX (limited to the existing internal functionality)

May not need for now:

  • I can save a model to text
  • I can use newer versions of ML.NET with ML.NET model files of previous versions (for v1.x)
  • I can use model files interchangeably between compatible versions of ML.NET and NimbusML
  • I can move data between NimbusML and ML.NET (using IDV). Prepare with NimbusML and load with ML.NET
@rogancarr rogancarr self-assigned this Mar 9, 2019
@rogancarr rogancarr added the API Issues pertaining the friendly API label Mar 9, 2019
@shauheen shauheen added this to the 0319 milestone Mar 25, 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

2 participants