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

Add Microsoft.Extensions.ML integration package. #3827

Merged
merged 4 commits into from
Jun 13, 2019

Conversation

eerhardt
Copy link
Member

@eerhardt eerhardt commented Jun 5, 2019

This package makes it easier to use ML.NET with app models that support Microsoft.Extensions - i.e. ASP.NET and Azure Functions.

Specifically it contains functionality for:

  • Dependency Injection
  • Pooling PredictionEngines
  • Reloading models when the file or URI has changed
  • Hooking ML.NET logging to Microsoft.Extensions.Logging

Fix #3239

cc @glennc - Note that the only major change I made to your code was to remove the IPredictionEnginePoolBuilder interface in favor of using a simple class instead.

After this is merged to master, we can remove the features/IntegrationPackage branch.

This package makes it easier to use ML.NET with app models that support Microsoft.Extensions - i.e. ASP.NET and Azure Functions.

Specifically it contains functionality for:

- Dependency Injection
- Pooling PredictionEngines
- Reloading models when the file or URI has changed
- Hooking ML.NET logging to Microsoft.Extensions.Logging

Fix dotnet#3239
Format the code so lines aren't so long.
Remove unnecessary IPredictionEnginePoolBuilder interface, and just use a regular class.
Copy link
Member

@codemzs codemzs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good except for @wschin 's comment on MLContext wrapping. Please resolve with him before checking in.

Rename MLContextOptions to MLOptions. Make MLContext lazy loaded, so callers can provide their own.

Use the loaded model in the test.
@eerhardt eerhardt merged commit 40609d5 into dotnet:master Jun 13, 2019
@eerhardt eerhardt deleted the IntegrationPackageToMaster branch June 13, 2019 01:40
@ghost ghost locked as resolved and limited conversation to collaborators Mar 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make it easier to use ML.NET in an ASP.NET app/service
4 participants