Fix tweedie metric string. (#4543)
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include <vector>
|
||||
|
||||
int main(int argc, char ** argv) {
|
||||
std::vector<std::pair<std::string, std::string>> args {{"verbosity", "3"}};
|
||||
std::vector<std::pair<std::string, std::string>> args {{"verbosity", "2"}};
|
||||
xgboost::ConsoleLogger::Configure(args.begin(), args.end());
|
||||
testing::InitGoogleTest(&argc, argv);
|
||||
testing::FLAGS_gtest_death_test_style = "threadsafe";
|
||||
|
||||
Reference in New Issue
Block a user