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

Commits on Jun 4, 2019

  1. Add Microsoft.Extensions.ML integration package.

    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
    eerhardt committed Jun 4, 2019
    Configuration menu
    Copy the full SHA
    811a201 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2019

  1. Add XML doc comments.

    Format the code so lines aren't so long.
    Remove unnecessary IPredictionEnginePoolBuilder interface, and just use a regular class.
    eerhardt committed Jun 5, 2019
    Configuration menu
    Copy the full SHA
    2e6f38e View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2019

  1. Respond to PR feedback.

    eerhardt committed Jun 10, 2019
    Configuration menu
    Copy the full SHA
    80168e6 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2019

  1. PR feedback

    Rename MLContextOptions to MLOptions. Make MLContext lazy loaded, so callers can provide their own.
    
    Use the loaded model in the test.
    eerhardt committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    aac0b8b View commit details
    Browse the repository at this point in the history