Several fixes (#2572)

* repared serialization after update process; fixes #2545

* non-stratified folds in python could omit some data instances

* Makefile: fixes for older makes on windows; clean R-package too

* make cub to be a shallow submodule

* improve $(MAKE) recovery
This commit is contained in:
Vadim Khotilovich
2017-08-06 13:03:50 -05:00
committed by GitHub
parent 70b65a282c
commit 2b3a4318c5
4 changed files with 22 additions and 10 deletions

View File

@@ -75,6 +75,7 @@ struct GBTreeModel {
}
trees.clear();
param.num_trees = 0;
tree_info.clear();
}
}