Skip to content

Remove "Runtime" namespace from example code #188

@justinormont

Description

@justinormont

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions