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.
runtime
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.
Now we have to update the ML.NET 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
cc: @JRAlexander
Cross issued from ML.NET repo as both the docs and main repo need updating -- dotnet/machinelearning#1964
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In dotnet/machinelearning#1956, we removed
runtime
from the namespaces.Now we have to update the ML.NET 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
cc: @JRAlexander
Cross issued from ML.NET repo as both the docs and main repo need updating -- dotnet/machinelearning#1964
The text was updated successfully, but these errors were encountered: