We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f0afc3 commit ff3b1b9Copy full SHA for ff3b1b9
src/Microsoft.ML.AutoML/API/ExperimentSettings.cs
@@ -59,7 +59,7 @@ public abstract class ExperimentSettings
59
60
public double? MaximumMemoryUsageInMegaByte { get; set; }
61
62
- internal int MaxModels;
+ public int MaxModels;
63
64
/// <summary>
65
/// Initializes a new instance of <see cref="ExperimentSettings"/>.
0 commit comments