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