Closed
Description
In #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
cc: @JRAlexander, @codemzs