- 30 Apr, 2017 1 commit
-
-
Peter authored
-
- 27 Apr, 2017 1 commit
-
-
wxchan authored
-
- 26 Apr, 2017 2 commits
-
-
wxchan authored
-
Tsukasa OMOTO authored
-
- 24 Apr, 2017 1 commit
-
-
Tsukasa OMOTO authored
* python-package: fix creating eval_set in LGBMClassifier * replace elements in eval_set directly
-
- 18 Apr, 2017 2 commits
- 16 Apr, 2017 1 commit
-
-
Tsukasa OMOTO authored
-
- 15 Apr, 2017 1 commit
-
-
wxchan authored
-
- 12 Apr, 2017 2 commits
-
-
Tsukasa OMOTO authored
* python-package: add graphviz.Digraph parameters * examples: add a plottig example with graphviz * fix tree index in print
-
Tsukasa OMOTO authored
* python-package: refine plot_tree This change splits plot_tree to two methods: 1. method of creating digraph of tree 2. method of plotting the digraph with matplotlib * fix doc * fix doc
-
- 02 Apr, 2017 1 commit
-
-
Laurae authored
* Python: Fix RandomState issue #376 * Add test case for Python's Shuffle=True
-
- 28 Mar, 2017 1 commit
-
-
wxchan authored
-
- 27 Mar, 2017 2 commits
-
-
wxchan authored
-
Alexander Rakhlin authored
np.random.seed(seed) in _make_n_folds(...) has a side effect setting random seed for outer scope
-
- 08 Mar, 2017 1 commit
-
-
wxchan authored
-
- 01 Mar, 2017 3 commits
- 18 Feb, 2017 1 commit
-
-
wxchan authored
* add data_splitter for cv * update gitignore * clean code
-
- 09 Feb, 2017 1 commit
-
-
extremin authored
When setting the parameter 'shuffle' of cv method to False ,the program raises the error below: UnboundLocalError:local variable 'randidx' referenced before assignment fixed.
-
- 03 Feb, 2017 1 commit
-
-
wxchan authored
* refine plot * use warnings * refine logic * revert 'move to compat.py'
-
- 02 Feb, 2017 1 commit
-
-
wxchan authored
-
- 30 Jan, 2017 1 commit
-
-
Tsukasa OMOTO authored
* Support Poisson regression Close #233 * update docs
-
- 28 Jan, 2017 1 commit
-
-
wxchan authored
* add plot metrics * move 'raise Exception' to check_not_tuple_of_2_elements * rename 'plot_metrics' to 'plot_metric' * fix misleading message/docs * change 'Metrics' in title to 'Metric' * fix misleading comment
-
- 27 Jan, 2017 1 commit
-
-
wxchan authored
-
- 25 Jan, 2017 1 commit
-
-
wxchan authored
* add plot tree * add docs * add example * add test * fix test * fix decision type * add show_info * use feature name if available
-
- 23 Jan, 2017 1 commit
-
-
wxchan authored
* use json instead of repr/eval for pandas_categorical * fix json dumps with numpy data * add more test cases
-
- 21 Jan, 2017 1 commit
-
-
wxchan authored
* expose save model to string to c_api * add 'save-model-to-string' to python; use it to copy model * remove boosting_type
-
- 20 Jan, 2017 1 commit
-
-
wxchan authored
* add plot importance * add plot example
-
- 17 Jan, 2017 1 commit
-
-
wxchan authored
-
- 16 Jan, 2017 3 commits
-
-
wxchan authored
* fix bug for categorical_feature * add test on load model with categorical feature * add unseen category in test dataset * save/load pandas_categorical to model * fix logic * cast pandas columns to string * add load pandas_categorical from file to _InnerPredictor init
-
wxchan authored
-
wxchan authored
-
- 14 Jan, 2017 1 commit
-
-
wxchan authored
-
- 12 Jan, 2017 2 commits
-
-
ClimbsRocks authored
-
wxchan authored
* suppprt pandas categorical * refine logic * make default=auto * fix train/valid categorical codes * add test * unify set _predictor * fix tests * fix warning * support feature_name=int
-
- 10 Jan, 2017 3 commits
-
-
Guolin Ke authored
-
Guolin Ke authored
-
wxchan authored
* add compat.py * unify types * range/xrange -> range_ * move argc_ to compat.py; add is_numeric error type * use simplejson for json * move json to compat.py * move pandas to compat.py * move sklearn to compat.py * remove unused function * fix 'unify types' * argc_ (lambda -> def)
-