@@ -752,7 +752,7 @@ BOOST_AUTO_TEST_CASE(testRunBoostedTreeClassifierImbalanced) {
752
752
api::CDataFrameAnalyzer analyzer{
753
753
test::CDataFrameAnalysisSpecificationFactory::predictionSpec (
754
754
test::CDataFrameAnalysisSpecificationFactory::classification (),
755
- " target" , numberExamples, 4 , 17000000 , 0 , 0 , {" target" }),
755
+ " target" , numberExamples, 4 , 18000000 , 0 , 0 , {" target" }),
756
756
outputWriterFactory};
757
757
758
758
TStrVec actuals;
@@ -800,7 +800,7 @@ BOOST_AUTO_TEST_CASE(testCategoricalFields) {
800
800
api::CDataFrameAnalyzer analyzer{
801
801
test::CDataFrameAnalysisSpecificationFactory::predictionSpec (
802
802
test::CDataFrameAnalysisSpecificationFactory::regression (),
803
- " x5" , 1000 , 5 , 26000000 , 0 , 0 , {" x1" , " x2" }),
803
+ " x5" , 1000 , 5 , 27000000 , 0 , 0 , {" x1" , " x2" }),
804
804
outputWriterFactory};
805
805
806
806
TStrVec x[]{{" x11" , " x12" , " x13" , " x14" , " x15" },
@@ -906,7 +906,7 @@ BOOST_AUTO_TEST_CASE(testCategoricalFieldsEmptyAsMissing) {
906
906
api::CDataFrameAnalyzer analyzer{
907
907
test::CDataFrameAnalysisSpecificationFactory::predictionSpec (
908
908
test::CDataFrameAnalysisSpecificationFactory::classification (),
909
- " x5" , 1000 , 5 , 26000000 , 0 , 0 , {" x1" , " x2" , " x5" }),
909
+ " x5" , 1000 , 5 , 27000000 , 0 , 0 , {" x1" , " x2" , " x5" }),
910
910
outputWriterFactory};
911
911
912
912
TStrVec fieldNames{" x1" , " x2" , " x3" , " x4" , " x5" , " ." , " ." };
0 commit comments