We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
In dotnet/machinelearning#1956, we removed Runtime from the namespaces.
Runtime
Now we have to update the example code.
For example, we moved:
Microsoft.ML.Runtime.Data
Microsoft.ML.Data
Microsoft.ML.Runtime.TimeSeriesProcessing
using Microsoft.ML.TimeSeriesProcessing
Microsoft.ML.Runtime.Learners
Microsoft.ML.Learners
I currently see 81 hits to ML.Runtime in the machinelearning-samples repo.
ML.Runtime
cc: @JRAlexander, @codemzs
The text was updated successfully, but these errors were encountered:
runtime
This was fixed already. Closing it.
Sorry, something went wrong.
No branches or pull requests
In dotnet/machinelearning#1956, we removed
Runtime
from the namespaces.Now we have to update the example code.
For example, we moved:
Microsoft.ML.Runtime.Data
toMicrosoft.ML.Data
Microsoft.ML.Runtime.TimeSeriesProcessing
tousing Microsoft.ML.TimeSeriesProcessing
Microsoft.ML.Runtime.Learners
toMicrosoft.ML.Learners
I currently see 81 hits to
ML.Runtime
in the machinelearning-samples repo.cc: @JRAlexander, @codemzs
The text was updated successfully, but these errors were encountered: