We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27f5afd commit f1e7617Copy full SHA for f1e7617
src/AutoML/TrainerExtensions/TrainerExtensionCatalog.cs
@@ -58,7 +58,7 @@ private static IEnumerable<ITrainerExtension> GetBinaryLearners(int maxIteration
58
59
learners.AddRange(new ITrainerExtension[] {
60
new LogisticRegressionBinaryExtension(),
61
- new FastForestBinaryExtension(),
+ //new FastForestBinaryExtension(),
62
new SgdBinaryExtension()
63
});
64
0 commit comments