Open
Description
Issue
Currently there are many components in ML.NET that do not have any kind of baseline tests. We run risk of regressions as we don't have tests for some components that can detect performance degradation.
Required work
Here are the following identified baselines that are completely missing, yet exist in prior internal versions. The task is to port them to ML.NET:
-
BaselineNormalize
-
Anomaly
-
Evaluators
-
FastTreeRanking
-
FastTreeRegression
-
FastTreeTweedieRegression
-
ImageTests
-
KM
-
LDSVM
-
LightGBMRank
-
ModelExport
-
MultiClassNaiveBayes
-
OGD
-
PoissonRegression
-
RegressionGamTrainer
-
ResultProcessor
-
SDCAMC
-
SDCAR