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.
Currently the samples are written like this:
namespace **Microsoft.ML**.Samples.Dynamic.* { }
This is causing the samples to not require using Microsoft.ML. We want to drop the Microsoft.ML prefix from samples and write them like this:
using Microsoft.ML
namespace Samples.Dynamic.* { }
I fixed for all the samples and checked-in my change.
Activity
codemzs commentedon Apr 9, 2019
I fixed for all the samples and checked-in my change.