@@ -65,7 +65,7 @@ public IList<TestDataset> GetDatasetsForBinaryClassifierMoreTest()
65
65
TestDatasets . breastCancerBoolLabel ,
66
66
TestDatasets . breastCancerPipeMissing ,
67
67
TestDatasets . breastCancerPipeMissingFilter ,
68
- TestDatasets . msm
68
+ /* TestDatasets.msm */
69
69
} ;
70
70
}
71
71
@@ -194,7 +194,7 @@ public void KMeansClusteringTest()
194
194
Done ( ) ;
195
195
}
196
196
197
- [ Fact ( Skip = "Need CoreTLC specific baseline update" ) ]
197
+ [ Fact ]
198
198
[ TestCategory ( "Binary" ) ]
199
199
[ TestCategory ( "SDCA" ) ]
200
200
public void LinearClassifierTest ( )
@@ -225,7 +225,7 @@ public void BinaryClassifierLogisticRegressionTest()
225
225
Done ( ) ;
226
226
}
227
227
228
- [ Fact ( Skip = "Need CoreTLC specific baseline update" ) ]
228
+ [ Fact ]
229
229
[ TestCategory ( "Binary" ) ]
230
230
public void BinaryClassifierTesterThresholdingTest ( )
231
231
{
@@ -333,7 +333,7 @@ public void FastForestClassificationTest()
333
333
/// <summary>
334
334
///A test for regressors
335
335
///</summary>
336
- [ Fact ( Skip = "Need CoreTLC specific baseline update" ) ]
336
+ [ Fact ]
337
337
[ TestCategory ( "Regressor" ) ]
338
338
[ TestCategory ( "FastForest" ) ]
339
339
public void FastForestRegressionTest ( )
@@ -350,7 +350,7 @@ public void FastForestRegressionTest()
350
350
Done ( ) ;
351
351
}
352
352
353
- [ Fact ( Skip = "Need CoreTLC specific baseline update" ) ]
353
+ [ Fact ]
354
354
[ TestCategory ( "Weighting Predictors" ) ]
355
355
[ TestCategory ( "FastForest" ) ]
356
356
public void WeightingFastForestClassificationPredictorsTest ( )
@@ -401,7 +401,7 @@ public void FastTreeBinaryClassificationTest()
401
401
Done ( ) ;
402
402
}
403
403
404
- [ Fact ( Skip = "Need CoreTLC specific baseline update" ) ]
404
+ [ Fact ]
405
405
[ TestCategory ( "Binary" ) ]
406
406
[ TestCategory ( "FastTree" ) ]
407
407
public void FastTreeBinaryClassificationCategoricalSplitTest ( )
@@ -421,7 +421,7 @@ public void FastTreeBinaryClassificationCategoricalSplitTest()
421
421
Done ( ) ;
422
422
}
423
423
424
- [ Fact ( Skip = "Need CoreTLC specific baseline update" ) ]
424
+ [ Fact ]
425
425
[ TestCategory ( "Regression" ) ]
426
426
[ TestCategory ( "FastTree" ) ]
427
427
public void FastTreeRegressionCategoricalSplitTest ( )
@@ -440,7 +440,7 @@ public void FastTreeRegressionCategoricalSplitTest()
440
440
Done ( ) ;
441
441
}
442
442
443
- [ Fact ( Skip = "Need CoreTLC specific baseline update" ) ]
443
+ [ Fact ]
444
444
[ TestCategory ( "Binary" ) ]
445
445
[ TestCategory ( "FastTree" ) ]
446
446
public void FastTreeBinaryClassificationNoOpGroupIdTest ( )
@@ -460,7 +460,7 @@ public void FastTreeBinaryClassificationNoOpGroupIdTest()
460
460
Done ( ) ;
461
461
}
462
462
463
- [ Fact ( Skip = "Need CoreTLC specific baseline update" ) ]
463
+ [ Fact ]
464
464
[ TestCategory ( "Binary" ) ]
465
465
[ TestCategory ( "FastTree" ) ]
466
466
public void FastTreeHighMinDocsTest ( )
@@ -495,7 +495,7 @@ public void FastTreeRankingTest()
495
495
Done ( ) ;
496
496
}
497
497
498
- [ Fact ( Skip = "Need CoreTLC specific baseline update" ) ]
498
+ [ Fact ]
499
499
[ TestCategory ( "FastTree" ) ]
500
500
public void FastTreeRegressionTest ( )
501
501
{
@@ -516,7 +516,7 @@ public void FastTreeRegressionTest()
516
516
Done ( ) ;
517
517
}
518
518
519
- [ Fact ( Skip = "Need CoreTLC specific baseline update" ) ]
519
+ [ Fact ]
520
520
[ TestCategory ( "FastTree" ) ]
521
521
public void GamRegressionTest ( )
522
522
{
@@ -535,7 +535,7 @@ public void GamRegressionTest()
535
535
Done ( ) ;
536
536
}
537
537
538
- [ Fact ( Skip = "Need CoreTLC specific baseline update" ) ]
538
+ [ Fact ]
539
539
[ TestCategory ( "FastTree" ) ]
540
540
public void GamBinaryClassificationTest ( )
541
541
{
@@ -555,7 +555,7 @@ public void GamBinaryClassificationTest()
555
555
Done ( ) ;
556
556
}
557
557
558
- [ Fact ( Skip = "Need CoreTLC specific baseline update" ) ]
558
+ [ Fact ]
559
559
[ TestCategory ( "FastTree" ) ]
560
560
public void FastTreeUnderbuiltRegressionTest ( )
561
561
{
@@ -572,7 +572,7 @@ public void FastTreeUnderbuiltRegressionTest()
572
572
/// <summary>
573
573
///A test for binary classifiers
574
574
///</summary>
575
- [ Fact ( Skip = "Need CoreTLC specific baseline update" ) ]
575
+ [ Fact ]
576
576
[ TestCategory ( "Binary" ) ]
577
577
public void BinaryClassifierLinearSvmTest ( )
578
578
{
@@ -585,7 +585,7 @@ public void BinaryClassifierLinearSvmTest()
585
585
/// <summary>
586
586
/// A test for regressors
587
587
/// </summary>
588
- [ Fact ( Skip = "Need CoreTLC specific baseline update" ) ]
588
+ [ Fact ]
589
589
[ TestCategory ( "Regressor" ) ]
590
590
[ TestCategory ( "FastTree" ) ]
591
591
public void RegressorFastRankTest ( )
@@ -602,7 +602,7 @@ public void RegressorFastRankTest()
602
602
/// <summary>
603
603
/// A test for regressors.
604
604
/// </summary>
605
- [ Fact ( Skip = "Need CoreTLC specific baseline update" ) ]
605
+ [ Fact ]
606
606
[ TestCategory ( "Regressor" ) ]
607
607
public void RegressorOgdTest ( )
608
608
{
@@ -639,7 +639,7 @@ public void RegressorOlsTestOne()
639
639
/// <summary>
640
640
/// Test method for SDCA regression.
641
641
/// </summary>
642
- [ Fact ( Skip = "Need CoreTLC specific baseline update" ) ]
642
+ [ Fact ]
643
643
[ TestCategory ( "Regressor" ) ]
644
644
[ TestCategory ( "SDCAR" ) ]
645
645
public void RegressorSdcaTest ( )
@@ -1036,7 +1036,7 @@ public IList<TestDataset> GetDatasetsForCalibratorTest()
1036
1036
/// <summary>
1037
1037
///A test for calibrators
1038
1038
///</summary>
1039
- [ Fact ( Skip = "Need CoreTLC specific baseline update" ) ]
1039
+ [ Fact ]
1040
1040
[ TestCategory ( "Calibrator" ) ]
1041
1041
public void CalibratorPerceptronTest ( )
1042
1042
{
@@ -1059,7 +1059,7 @@ public void CalibratorPerceptronTest()
1059
1059
/// <summary>
1060
1060
///A test for calibrators
1061
1061
///</summary>
1062
- [ Fact ( Skip = "Need CoreTLC specific baseline update" ) ]
1062
+ [ Fact ]
1063
1063
[ TestCategory ( "Calibrator" ) ]
1064
1064
public void CalibratorLinearSvmTest ( )
1065
1065
{
0 commit comments