You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is what I have to write in the docs all the time:
// Create a new environment for ML.NET operations. It can be used for exception tracking and logging, // as well as the source of randomness.varenv=newLocalEnvironment();// We know that this is a classification task, so we create a multiclass classification context: it will give us the algorithms// we need, as well as the evaluation procedure.varclassification=newMulticlassClassificationContext(env);
Can we make context create the environment if they aren't provided one? And also expose it as a property?
This is what I have to write in the docs all the time:
Can we make context create the environment if they aren't provided one? And also expose it as a property?
/cc @TomFinley
The text was updated successfully, but these errors were encountered: