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
Tianqi Chen
94fac1076a
bugfix setup
2015-04-26 00:17:58 -07:00
Tianqi Chen
6c83a94204
enable msvc win32 project
2015-04-25 21:14:07 -07:00
Tianqi Chen
84515cd2a8
fix python windows installation problem, enable mingw compile, but seems mingw dll was not fast in loading
2015-04-25 15:30:42 -07:00
Tianqi Chen
f28a7a0f8d
Merge pull request #254 from lihang00/master
...
Python: add more params in sklearn wrapper.
2015-04-24 14:17:28 -07:00
HangLi
c6d2e16b61
remove eval_metric
2015-04-24 10:37:20 -07:00
HangLi
0058ebac9a
add more params
2015-04-24 08:50:22 -07:00
Yizheng Liao
b5c8085638
remove print in Python get_fscore()
2015-04-23 23:40:10 -07:00
Yizheng Liao
84b82ab55f
add flag variable in Python get_fscore() to control printing
2015-04-23 22:28:32 -07:00
Yizheng Liao
1d8fc6280c
correct format
2015-04-23 21:27:12 -07:00
Yizheng Liao
44d1043031
record training progress
2015-04-23 21:24:24 -07:00
HangLi
fcb833373b
reorder parameters
2015-04-23 16:25:31 -07:00
HangLi
29e76c7ac0
add more params in sklearn wrapper.
2015-04-23 11:34:59 -07:00
Tianqi Chen
18277086d9
fix windows warnings
2015-04-19 00:20:52 -07:00
tqchen
ddb7e538df
OK
2015-04-16 17:03:18 -07:00
tqchen
e8f6f3b541
some initial try of cachefiles
2015-04-15 15:15:23 -07:00
tqchen
3d8431fc5c
simplify and parallelize data builder
2015-04-15 13:42:03 -07:00
tqchen
bf7b750b86
add ignore
2015-04-11 09:25:19 -07: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
white1033
b4545df0e3
*Fix Sklearn.grid_search error
2015-04-07 23:57:01 +08:00
white1033
18cb8d7de2
fix indent warning by flake8
2015-04-05 23:22:40 +08:00
white1033
402e832ce5
*Fix XGBClassifier super()
2015-04-05 21:15:09 +08:00
Jamie Hall
d17cdd639f
bugfix
2015-04-02 20:33:07 -07:00
Tianqi Chen
9b0dee986f
Merge pull request #212 from zygmuntz/master
...
Early stopping for Python wrapper
2015-04-02 17:31:44 -07:00
Zygmunt Zając
d7f9499f88
early_stopping_rounds for train() in Python wrapper 🔥
2015-04-02 19:43:30 +02:00
Jamie Hall
a1a427af37
Fix some stuff
2015-04-02 00:05:14 -07:00
Jamie Hall
136e902fb2
Initial commit
2015-04-01 23:29:05 -07:00
Zygmunt Zając
39093bc432
early stopping for Python wrapper
2015-03-30 19:59:09 +02:00
Zygmunt Zając
7994858697
early stopping for Python wrapper
2015-03-30 19:58:25 +02:00
Zygmunt Zając
f9e157011f
early stopping for Python wrapper
2015-03-30 19:56:03 +02:00
tqchen
a8d5af39fd
move stream to rabit part, support rabit on yarn
2015-03-09 14:43:46 -07:00
tqchen
39cb9d2c5e
fix nan
2015-03-03 22:33:03 -08:00
tqchen
9fd8612700
fix cranchecks
2015-03-03 12:37:29 -08:00
Ivan Smirnov
8660ea91b5
Fixed the dll import for relative paths + various cleanup.
...
- DLL import now works when __file__ is a relative path
- Various PEP8 and whitespace fixes + whitespace cleanup
- Docstring fixes (conform to numpydoc)
- Added __all__ to the module
- Fixed mutable default values
- Removed print statements
- py2/py3-compatible string-type checks
- Replace asserts with proper exceptions
- Make classes new-style (derive from object)
2015-02-16 16:03:47 +00:00
tqchen
8b4acef662
remove sync from wrapper.h
2015-02-05 21:03:06 -08:00
tqchen
b34a56b1f9
fix for ulong
2015-02-04 11:18:56 -08:00
tqchen
dc3003cefd
add saveload to raw
2015-02-01 21:17:37 -08:00
tqchen
f49fd88de8
Merge branch 'unity'
...
Conflicts:
.gitignore
R-package/src/xgboost_R.cpp
src/gbm/gblinear-inl.hpp
tools/xgcombine_buffer.cpp
2015-01-18 20:09:21 -08:00
tqchen
b1f89f29b8
cleanup multi-node
2015-01-15 21:55:56 -08:00
tqchen
6b96737811
add dump statistics
2014-12-28 17:45:37 -08:00
tqchen
8e16cc4617
change allreduce lib to rabit library, xgboost now run with rabit
2014-12-20 00:17:09 -08:00
Tianqi Chen
fde580b08e
fix windows run
2014-11-23 22:12:55 -08:00
tqchen
5f08313cb2
make wrapper ok
2014-11-23 14:03:59 -08:00
tqchen
168bb0d0c9
add predict leaf indices
2014-11-21 09:32:09 -08:00
Tianqi Chen
6ed82edad7
Merge pull request #106 from tqchen/master
...
pull master into unity
2014-11-21 08:56:01 -08:00
tqchen
ed87eb61bd
allow nan as mssing
2014-11-20 13:14:04 -08:00
tqchen
076159cf7a
remove cstdio
2014-11-14 14:37:13 -08:00
Travis Brady
42712988af
add ifdef __cplusplus to wrapper header file
2014-11-14 15:48:13 -06:00