Closed
Description
When trying to split OLS as a separate learner, on PR #611, we noticed that LogisticRegression has a dependency on MKL to generate training stats.
Since we don't want the core ML.Net package to have dependencies on other large packages, i am removing the stats generation through PR #611 and should introduce a Utility, in the AdditionalLearners package, (or the package that has a reference to Mkl) and produce those stats post training.