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

Machine Learning ML.NET Framework for AspNetCore WebAPI #23

Closed
kdcllc opened this issue Mar 25, 2019 · 0 comments
Closed

Machine Learning ML.NET Framework for AspNetCore WebAPI #23

kdcllc opened this issue Mar 25, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@kdcllc
Copy link
Owner

kdcllc commented Mar 25, 2019

The problem when running/scoring an ML.NET model in multi-threaded applications comes when you want to do single predictions with the PredictionEngine object and you want to cache that object (i.e. as Singleton) so it is being reused by multiple Http requests (therefore it would be accessed by multiple threads). That’s is a problem because the Prediction Engine is not thread-safe ML.NET issue, Nov 2018.

kdcllc added a commit that referenced this issue Mar 25, 2019
@kdcllc kdcllc closed this as completed Mar 28, 2019
@kdcllc kdcllc added the enhancement New feature or request label Mar 28, 2019
@kdcllc kdcllc changed the title Machine Learning ML.NET Framework for AspNetCore Machine Learning ML.NET Framework for AspNetCore WebAPI Mar 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant