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
Copy file name to clipboardExpand all lines: docs/samples/Microsoft.ML.Samples/Dynamic/Trainers/BinaryClassification/SymbolicStochasticGradientDescent.cs
// This example requires installation of additional nuget package <a href="https://www.nuget.org/packages/Microsoft.ML.HalLearners/">Microsoft.ML.HalLearners</a>.
5
+
// This example requires installation of additional nuget package <a href="https://www.nuget.org/packages/Microsoft.ML.Mkl.Components/">Microsoft.ML.Mkl.Components</a>.
6
6
// In this example we will use the adult income dataset. The goal is to predict
7
7
// if a person's income is above $50K or not, based on demographic information about that person.
8
8
// For more details about this dataset, please see https://archive.ics.uci.edu/ml/datasets/adult
Copy file name to clipboardExpand all lines: docs/samples/Microsoft.ML.Samples/Dynamic/Trainers/BinaryClassification/SymbolicStochasticGradientDescentWithOptions.cs
// This example requires installation of additional nuget package <a href="https://www.nuget.org/packages/Microsoft.ML.HalLearners/">Microsoft.ML.HalLearners</a>.
5
+
// This example requires installation of additional nuget package <a href="https://www.nuget.org/packages/Microsoft.ML.Mkl.Components/">Microsoft.ML.Mkl.Components</a>.
6
6
// In this example we will use the adult income dataset. The goal is to predict
7
7
// if a person's income is above $50K or not, based on demographic information about that person.
8
8
// For more details about this dataset, please see https://archive.ics.uci.edu/ml/datasets/adult
// This example requires installation of additional nuget package <a href="https://www.nuget.org/packages/Microsoft.ML.HalLearners/">Microsoft.ML.HalLearners</a>.
9
+
// This example requires installation of additional nuget package <a href="https://www.nuget.org/packages/Microsoft.ML.Mkl.Components/">Microsoft.ML.Mkl.Components</a>.
10
10
// In this examples we will use the housing price dataset. The goal is to predict median home value.
11
11
// For more details about this dataset, please see https://archive.ics.uci.edu/ml/machine-learning-databases/housing/
// This example requires installation of additional nuget package <a href="https://www.nuget.org/packages/Microsoft.ML.HalLearners/">Microsoft.ML.HalLearners</a>.
10
+
// This example requires installation of additional nuget package <a href="https://www.nuget.org/packages/Microsoft.ML.Mkl.Components/">Microsoft.ML.Mkl.Components</a>.
11
11
// In this examples we will use the housing price dataset. The goal is to predict median home value.
12
12
// For more details about this dataset, please see https://archive.ics.uci.edu/ml/machine-learning-databases/housing/
/// This example requires installation of additional nuget package <a href="https://www.nuget.org/packages/Microsoft.ML.HalLearners/">Microsoft.ML.HalLearners</a>.
11
+
/// This example requires installation of additional nuget package <a href="https://www.nuget.org/packages/Microsoft.ML.Mkl.Components/">Microsoft.ML.Mkl.Components</a>.
12
12
publicstaticvoidExample()
13
13
{
14
14
// Create a new ML context, for ML.NET operations. It can be used for exception tracking and logging,
/// This example requires installation of additional nuget package <a href="https://www.nuget.org/packages/Microsoft.ML.HalLearners/">Microsoft.ML.HalLearners</a>.
10
+
/// This example requires installation of additional nuget package <a href="https://www.nuget.org/packages/Microsoft.ML.Mkl.Components/">Microsoft.ML.Mkl.Components</a>.
11
11
publicstaticvoidExample()
12
12
{
13
13
// Create a new ML context, for ML.NET operations. It can be used for exception tracking and logging,
0 commit comments