- 08 Dec, 2016 1 commit
-
-
Guolin Ke authored
Provide a high level Dataset class for easy use.
-
- 07 Dec, 2016 5 commits
-
-
wxchan authored
current problem: callback order: user-defined in callback parameter -> reset_learning_rate/print_evaluation/record_evaluation/early_stop user can't insert a callback between last 4 callbacks solution: set order variable: reset_learning_rate = 10 print_evaluation = 10 record_evaluation = 20 early_stop = 30 user-defined = some int default: according to index in callback parameter list, = index - len(callbacks) (all < 0) current callback order: before iter: user-defined -> reset_learning_rate -> user-defined after iter: user-defined -> print_evaluation -> user-defined -> record_evaluation -> user-defined -> early_stop -> user-defined
-
Guolin Ke authored
-
Guolin Ke authored
-
Guolin Ke authored
-
Guolin Ke authored
-
- 06 Dec, 2016 1 commit
-
-
wxchan authored
* add feature importances in python; add pandas support * solve best_iteration issue
-
- 05 Dec, 2016 6 commits
- 03 Dec, 2016 1 commit
-
-
Tsukasa OMOTO authored
-
- 02 Dec, 2016 6 commits
-
-
Guolin Ke authored
Clean codes for python-package; dump model to JSON
-
wxchan authored
-
Guolin Ke authored
Add `make install` rules
-
wxchan authored
1. merge python-package 2. add dump model to json 3. fix bugs 4. clean code with pylint 5. update python examples
-
Tsukasa OMOTO authored
-
Guolin Ke authored
-
- 01 Dec, 2016 6 commits
- 30 Nov, 2016 12 commits
- 29 Nov, 2016 2 commits