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:
namespace Samples.Dynamic.*
{
}