[LEARNER] Init learner interface

This commit is contained in:
tqchen
2016-01-03 05:16:05 -08:00
parent 084f5f4715
commit 82ceb4de0a
6 changed files with 191 additions and 7 deletions

View File

@@ -89,7 +89,7 @@ lint:
clean:
$(RM) -r build lib bin *~ */*~ */*/*~ */*/*/*~
clean: clean_all
clean_all: clean
cd $(DMLC_CORE); make clean; cd -
cd $(RABIT); make clean; cd -