add deleted main back
This commit is contained in:
parent
1fa367b220
commit
40c380e40a
@ -273,3 +273,8 @@ namespace xgboost{
|
||||
};
|
||||
};
|
||||
|
||||
int main( int argc, char *argv[] ){
|
||||
xgboost::random::Seed( 0 );
|
||||
xgboost::regression::RegBoostTask tsk;
|
||||
return tsk.Run( argc, argv );
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user