try interact mode

This commit is contained in:
tqchen
2014-03-05 15:28:53 -08:00
parent 2d67377a96
commit f62c5dc3c1
7 changed files with 142 additions and 24 deletions

View File

@@ -39,7 +39,7 @@ namespace xgboost{
this->TaskDump();
return 0;
}
if( task == "interactive" ){
if( task == "interact" ){
this->TaskInteractive();
return 0;
}