Commit Graph
100 Commits
Author SHA1 Message Date
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
tqchen c957e1a648 Merge branch 'master' of ssh://github.com/tqchen/xgboost 2014-10-01 09:20:16 -07:00
tqchen 78efa13d41 add example with additional attr 2014-10-01 09:20:06 -07:00
tqchen 5621d9811f remove deprecate 2014-09-07 10:17:34 -07:00
tqchen 89b9965cbf change max depth 2014-09-06 22:40:51 -07:00
tqchen 17ebdde707 chg back to g++ 2014-09-06 22:21:50 -07:00
tqchen 014e830a04 Merge branch 'master' of ssh://github.com/tqchen/xgboost 2014-09-06 22:20:18 -07:00
tqchen a7a0b34a54 add auto build script 2014-09-06 22:20:11 -07:00
tqchen 09e39e5901 chg pack file 2014-09-06 11:21:54 -07:00
tqchen 515befd4f9 remove runall 2014-09-06 11:15:10 -07:00
tqchen a42bcaf61f add 2014-09-06 11:14:32 -07:00
tqchen e9ed4eb1a2 ok 2014-09-06 11:13:19 -07:00
tqchen 7879db8702 Merge branch 'master' of ssh://github.com/tqchen/xgboost 2014-09-06 10:29:42 -07:00
tqchen 35431e664e add boost from prediction 2014-09-06 10:28:48 -07:00
tqchen 4a8612defc add customize objective 2014-09-06 10:19:19 -07:00
tqchen b858283ec5 add basic walkthrough 2014-09-06 10:11:45 -07:00
tqchen 6157d538c1 check in current iris 2014-09-05 23:22:54 -07:00
tqchen ab238ff831 chg cv 2014-09-05 22:46:09 -07:00
tqchen 831a102d48 add cv 2014-09-05 22:36:59 -07:00
tqchen 0ecd6c08f3 add cross validation 2014-09-05 22:34:32 -07:00
tqchen bc1817ca2f Merge branch 'master' of ssh://github.com/tqchen/xgboost 2014-09-05 20:34:46 -07:00
tqchen 984102e586 style cleanup, incomplete CV 2014-09-05 20:34:41 -07:00
tqchen e8df76b131 make it cleaner 2014-09-04 21:22:02 -07:00
tqchen 80bf8b71f2 OK 2014-09-04 21:21:26 -07:00
tqchen a9dc145433 add what is new 2014-09-04 21:20:27 -07:00
tqchen 0752b8b9f3 change readme 2014-09-04 21:12:25 -07:00
tqchen 512a0f69fd add glm 2014-09-04 21:09:52 -07:00
tqchen f9f982a7aa Merge branch 'master' of ssh://github.com/tqchen/xgboost 2014-09-04 20:58:05 -07:00
tqchen a1c6e22af9 add create from csc 2014-09-04 20:57:49 -07:00
tqchen 2bc1d2e73a fix doc 2014-09-04 09:23:35 -07:00
tqchen 6c6d00261c small fix to the doc 2014-09-04 09:18:52 -07:00
tqchen da9c856701 add cv for python 2014-09-03 22:43:55 -07:00
tqchen 8952d9c357 fix 2014-09-03 13:28:03 -07:00
tqchen b2586b6130 ok 2014-09-03 13:27:06 -07:00
tqchen 5cd92e33f6 remove R for now 2014-09-03 13:24:34 -07:00
tqchen e6359b5484 ok 2014-09-03 13:23:36 -07:00
tqchen 60e1167b56 fix doc 2014-09-03 13:20:23 -07:00
tqchen 7a61f0dca2 ok 2014-09-03 13:18:36 -07:00
tqchen c1e0ff0326 push python examples in 2014-09-03 13:15:17 -07:00
tqchen 41ea0bf97a Merge branch 'master' of ssh://github.com/tqchen/xgboost 2014-09-03 13:14:00 -07:00
tqchen fa11840f4b move python example 2014-09-03 13:13:54 -07:00
tqchen 998ca3bdc9 make some changes to cv 2014-09-03 11:46:33 -07:00
tqchen 06b5533209 chg fobj back to obj, to keep parameter name unchanged 2014-09-02 23:15:41 -07:00
tqchen ac8958b284 move custom obj build in into booster 2014-09-02 23:07:50 -07:00
tqchen 10648a1ca7 remove using std from cpp 2014-09-02 22:43:19 -07:00
tqchen 1dbcebb6fe fix cxx98 2014-09-02 22:12:28 -07:00
tqchen 65340ffda6 quick lint 2014-09-02 17:51:05 -07:00
tqchen e4817bb4c3 fix ntreelimit 2014-09-02 15:05:49 -07:00
tqchen c75275a861 more movement to beginptr 2014-09-02 11:14:57 -07:00
tqchen 27cabd131e add beginPtr, to make vector address taking safe 2014-09-02 11:01:38 -07:00
tqchen 70219ee1ae move nthread to local var 2014-09-02 09:06:24 -07:00
tqchen 28128a1b6e fix new warning 2014-09-02 09:02:27 -07:00
tqchen 1d5db6877d fix param.h 2014-09-02 08:55:26 -07:00
tqchen c9f2f47acb fix som solaris 2014-09-02 00:12:15 -07:00
tqchen bb5c151f57 move sprintf into std 2014-09-01 23:12:50 -07:00
tqchen 29a7027dba fix the zero length vector 2014-09-01 22:50:48 -07:00
tqchen 9100ffc12a chg version 2014-09-01 22:32:03 -07:00
tqchen 42fb7b4d9d some fix to make it more c++ 2014-09-01 22:06:10 -07:00
tqchen 0d5debcc25 fine fix 2014-09-01 17:23:44 -07:00
tqchen 0c5f2b9409 gard GNU c 2014-09-01 17:15:04 -07:00
tqchen 2f6a64e8fa Merge branch 'master' of ssh://github.com/tqchen/xgboost
Conflicts:
	src/utils/omp.h
2014-09-01 17:03:20 -07:00
tqchen a6ce55493d make R package strict c99 2014-09-01 17:02:42 -07:00
tqchen 8863c520e7 some quick fix 2014-09-01 15:32:02 -07:00
tqchen 6ac6a3d9c9 Merge branch 'master' of ssh://github.com/tqchen/xgboost 2014-09-01 15:10:29 -07:00
tqchen 4592e500cb add ntree limit 2014-09-01 15:10:19 -07:00
tqchen 4c451de90b change message 2014-09-01 09:00:45 -07:00
tqchen 427ab6434c message 2014-09-01 08:56:40 -07:00
tqchen 6641fa546d change warning to pragma message 2014-09-01 08:50:45 -07:00
tqchen 485e0f140e add 2014-08-31 22:53:35 -07:00
tqchen 8b3465cde0 cleaner makevar 2014-08-31 22:42:15 -07:00
tqchen b2097b96c7 more clean makevar 2014-08-31 22:39:37 -07:00
tqchen 79fa8b99d4 pack script with cleanup 2014-08-31 14:26:35 -07:00
tqchen a3187e932a Merge branch 'master' of ssh://github.com/tqchen/xgboost 2014-08-31 14:15:53 -07:00
tqchen 88da7839b7 fix random 2014-08-31 14:14:39 -07:00
tqchen 9e0cc778e8 fix win 2014-08-31 14:12:47 -07:00
tqchen c1e9acba17 Merge branch 'master' of ssh://github.com/tqchen/xgboost 2014-08-31 14:07:51 -07:00
tqchen 168f78623f allow standalone random 2014-08-31 14:07:44 -07:00
tqchen ba4f00d55d Merge branch 'master' of ssh://github.com/tqchen/xgboost 2014-08-31 13:13:19 -07:00
tqchen 1ed40e2b46 more strict makefile 2014-08-31 13:13:11 -07:00
tqchen 37499245ea remove GNUism 2014-08-31 10:26:20 -07:00
tqchen e83090a579 change flagname to pass check 2014-08-31 09:17:49 -07:00
tqchen bba13af922 Merge branch 'master' of ssh://github.com/tqchen/xgboost 2014-08-31 09:13:07 -07:00
tqchen 26c61dc0a3 remove useless flag 2014-08-31 09:12:58 -07:00
tqchen fabe2f39e2 more clean makefile 2014-08-31 08:36:17 -07:00
tqchen f2c8093ba6 check in description 2014-08-30 20:22:36 -07:00
tqchen 104d1d61c7 add license name 2014-08-30 20:06:31 -07:00
tqchen 273816a3b4 chg data 2014-08-30 18:58:32 -07:00
tqchen 9c0389981a fix print problem, fix Tong's email format 2014-08-30 18:49:30 -07:00
tqchen 2c1aabf6b0 fix indent 2014-08-30 12:47:04 -07:00
tqchen 6e054e8fa4 fix indent 2014-08-30 12:45:46 -07:00
tqchen 74b27bfad2 Merge branch 'master' of ssh://github.com/tqchen/xgboost 2014-08-30 12:03:41 -07:00
tqchen 51ef32d73a chg makefile 2014-08-30 12:03:32 -07:00
tqchen 03127fc07e checkin makefile 2014-08-28 22:21:51 -07:00
tqchen 3e92eb13d3 make it packable 2014-08-28 21:46:12 -07:00
tqchen 2e96bc51f5 do things 2014-08-28 21:23:27 -07:00
tqchen 8c50cbb6dd checkin slice 2014-08-28 09:04:30 -07:00
tqchen 776e4627de pass pedantic 2014-08-28 08:40:34 -07:00
tqchen 8100006483 fix 2014-08-28 08:34:51 -07:00
tqchen df6cd25fd5 OK 2014-08-28 07:43:26 -07:00