1 write to Feature1
Microsoft.ML.Samples (1)
Dynamic\Trainers\Regression\PermutationFeatureImportanceLoadFromDisk.cs (1)
122Feature1 = (float)(rng.Next(10) * (rng.NextDouble() - 0.5)),
2 references to Feature1
Microsoft.ML.Samples (2)
Dynamic\Trainers\Regression\PermutationFeatureImportanceLoadFromDisk.cs (2)
27var featureColumns = new string[] { nameof(Data.Feature1), 127data.Label = (float)(bias + weight1 * data.Feature1 + weight2 *