Skip to content

Commit f1e7617

Browse files
authored
comment out fast forest trainer, per discussion on ML.NET open issue dotnet#1983, for now, to run E2E w/o exceptions (dotnet#7)
1 parent 27f5afd commit f1e7617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AutoML/TrainerExtensions/TrainerExtensionCatalog.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ private static IEnumerable<ITrainerExtension> GetBinaryLearners(int maxIteration
5858

5959
learners.AddRange(new ITrainerExtension[] {
6060
new LogisticRegressionBinaryExtension(),
61-
new FastForestBinaryExtension(),
61+
//new FastForestBinaryExtension(),
6262
new SgdBinaryExtension()
6363
});
6464

0 commit comments

Comments
 (0)