Skip to content

Commit

Permalink
Remove
Browse files Browse the repository at this point in the history
  • Loading branch information
mdabros committed Feb 21, 2025
1 parent 47d577d commit 982b5c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 48 deletions.
45 changes: 0 additions & 45 deletions src/SharpLearning.Benchmarks/Benchmarks.ClassificationModels.cs

This file was deleted.

5 changes: 2 additions & 3 deletions src/SharpLearning.Benchmarks/program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@
var config = (Debugger.IsAttached ? new DebugInProcessConfig() : DefaultConfig.Instance)
.WithSummaryStyle(SummaryStyle.Default.WithMaxParameterColumnWidth(200));

BenchmarkRunner.Run(typeof(Benchmarks.ClassificationModels), config, args);
//BenchmarkRunner.Run(typeof(Benchmarks.ClassificationLearners), config, args);
//BenchmarkRunner.Run(typeof(Benchmarks.RegressionLearners), config, args);
BenchmarkRunner.Run(typeof(Benchmarks.ClassificationLearners), config, args);
BenchmarkRunner.Run(typeof(Benchmarks.RegressionLearners), config, args);

0 comments on commit 982b5c1

Please sign in to comment.