Commit Graph
23 Commits
Author SHA1 Message Date
Skipper Seabold b76db01c66 STY: Fix lint errors 2015-07-08 14:29:52 -05:00
Skipper Seabold 4a37b852a0 DOC: Add early stopping example 2015-07-08 13:55:47 -05:00
Skipper Seabold b0f7ddaa2e REF: Combine eval_metric and feval to one parameter 2015-07-08 13:55:47 -05:00
Skipper Seabold 113285e1dc DOC: Point to parameter.md for eval_metric 2015-07-08 13:55:47 -05:00
Skipper Seabold 46e9520a28 DOC: Document verbose_eval 2015-07-08 13:55:47 -05:00
Skipper Seabold cf89ae64e2 ENH: Allow for silent evaluation 2015-07-08 13:55:47 -05:00
Skipper Seabold 3952b525b8 ENH: Allow possibly negative evaluation metrics. 2015-07-08 11:10:36 -05:00
Skipper Seabold 0f5f9c0385 ENH: Allow early stopping in sklearn API. 2015-07-08 11:10:36 -05:00
Skipper Seabold 978216d350 ENH: Allow missing = 0 2015-05-18 11:43:58 -05:00
Skipper Seabold a17cb2339e BUG: XGBError -> XGBoostError 2015-05-18 09:09:22 -05:00
Skipper Seabold 0a0a80ec72 ENH: Allow settable missing value in sklearn api. 2015-05-18 09:06:09 -05:00
Skipper Seabold 15ea00540a EX: Make separate example for fork issue. 2015-05-11 09:30:51 -05:00
Skipper Seabold fa8c6e2f0b DOC: Add warning about fork + openmp 2015-05-11 09:09:08 -05:00
Skipper Seabold 99c2df9913 EX: Show example of pickling and parallel use. 2015-05-11 09:09:08 -05:00
Skipper Seabold 932af821c5 CLN: Remove unused import. Fix comment. 2015-05-11 09:09:05 -05:00
Skipper Seabold 13837060f1 ENH: Don't use tempfiles for save/load 2015-05-06 15:02:26 -05:00
Skipper Seabold 11fa419720 ENH: Make XGBModel pickleable. 2015-05-06 12:37:07 -05:00
Skipper Seabold ee7e8b6e8a COMPAT: Decode bytes object for Python 3. 2015-04-27 12:41:24 -05:00
Skipper Seabold c1a24c0fb1 ENH: Add n_classes_ to fitted classifier. 2015-04-27 11:09:55 -05:00
Skipper Seabold efdbec4d4c DOC: Add docstrings to user-facing classes. 2015-04-27 11:01:46 -05:00
Skipper Seabold a0e07f16c4 Update demo scripts to use installed python library 2015-04-08 14:22:54 -05:00
Skipper Seabold ceb62e9231 Update docs about python module install 2015-04-08 14:20:52 -05:00
Skipper Seabold c972feb4b5 Make Python package installable. 2015-04-08 14:07:37 -05:00