80 writes to Tag
Microsoft.ML.TestFramework (80)
Learners.cs (80)
32
Tag
= tag;
50
Tag
= "BinaryPrior"
57
Tag
= "BinarySDCA"
64
Tag
= "BinarySDCA-L1"
71
Tag
= "BinarySDCA-SmoothedHinge"
78
Tag
= "BinarySGD"
85
Tag
= "BinarySGD-Hinge"
92
Tag
= "MultiClassSDCA"
99
Tag
= "MulticlassSDCA-L1"
106
Tag
= "MulticlassSDCA-SmoothedHinge"
124
Tag
= "AveragedPerceptron-Reg"
137
Tag
= "OVA-FastForest",
203
Tag
= "LogisticRegression-non-negative",
211
Tag
= "LogisticRegression-norm",
220
Tag
= "LogisticRegression-bin-norm",
228
Tag
= "SGD",
236
Tag
= "LogisticRegression-GaussianNorm",
253
Tag
= "LogisticRegression-Non-Negative",
282
Tag
= "FastRank-Pruning",
295
Tag
= "FastTree",
302
Tag
= "LightGBM",
309
Tag
= "LightGBMGoss",
316
Tag
= "LightGBMDart",
323
Tag
= "LightGBMMC",
330
Tag
= "LightGBMReg",
337
Tag
= "LightGBMRegMae",
344
Tag
= "LightGBMRegRmse",
351
Tag
= "FastTreeCategorical",
358
Tag
= "FastTreeCategoricalDisk",
365
Tag
= "FastTreeHighMinDocs",
372
Tag
= "FastTreeDisk",
379
Tag
= "FastTreeDrop",
386
Tag
= "FastTreeBsr",
393
Tag
= "FastTree",
401
Tag
= "FastTreeCustomGains",
408
Tag
= "FastTree",
415
Tag
= "FastTreeCategorical",
422
Tag
= "FastTree",
429
Tag
= "FastTreeDrop",
436
Tag
= "FastTreeTweedie",
444
Tag
= "RegressionGamTrainer",
451
Tag
= "BinaryClassificationGamTrainer",
458
Tag
= "BinaryClassificationGamTrainerDiskTranspose",
467
Tag
= "QuantileRegressorTester",
506
Tag
= "OLSNorm"
513
Tag
= "OLSReg"
519
Tag
= "SDCAR"
525
Tag
= "SDCARNorm"
531
Tag
= "SDCARReg"
559
Tag
= "PoissonRegression-Non-Negative",
566
Tag
= "Default",
573
Tag
= "NoNorm",
579
Tag
= "Momentum",
587
Tag
= "Custom",
597
Tag
= "Inline",
606
Tag
= "Default",
615
Tag
= "Default",
624
Tag
= "Lred",
634
Tag
= "Momentum" + (useNag ? "Nag" : string.Empty),
646
Tag
= "DefaultDssm",
673
Tag
= "Default"
680
Tag
= "NoNorm"
686
Tag
= "LDSVM-def"
692
Tag
= "LDSVM-nob"
698
Tag
= "KMeans-def"
704
Tag
= "KMeans-def-nonorm"
710
Tag
= "KMeans-initplusplus"
716
Tag
= "KMeans-initrandom"
725
Tag
= "BinaryTremble-lr"
731
Tag
= "BinaryDT-def"
737
Tag
= "BinaryDT-prune"
743
Tag
= "BinaryDT-gini"
749
Tag
= "BinaryDT-mod"
755
Tag
= "BinaryDT-rewt"
761
Tag
= "MulticlassTremble-lr"
767
Tag
= "MulticlassDT-def"
773
Tag
= "MulticlassDT-prune"
779
Tag
= "MulticlassDT-gini"
785
Tag
= "MulticlassDT-mod"
800
Tag
= "BinaryBPM-NoBias"
2 references to Tag
Microsoft.ML.TestFramework (2)
BaseTestPredictorsMaml.cs (2)
317
string filePrefix = (string.IsNullOrEmpty(predictor.
Tag
) ? predictor.Trainer.Kind : predictor.
Tag
);