Skip to content

Remove "Runtime" namespace from example code #188

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

Closed
justinormont opened this issue Dec 26, 2018 · 1 comment
Closed

Remove "Runtime" namespace from example code #188

justinormont opened this issue Dec 26, 2018 · 1 comment

Comments

@justinormont
Copy link
Contributor

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 to Microsoft.ML.Data
  • Microsoft.ML.Runtime.TimeSeriesProcessing to using Microsoft.ML.TimeSeriesProcessing
  • Microsoft.ML.Runtime.Learners to Microsoft.ML.Learners

I currently see 81 hits to ML.Runtime in the machinelearning-samples repo.

cc: @JRAlexander, @codemzs

@prathyusha12345
Copy link
Contributor

This was fixed already. Closing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants