Commit Graph
20 Commits
Author SHA1 Message Date
Ajinkya Kale 0772b51c2c minor change dir 2015-12-12 16:34:07 -08:00
Ajinkya Kale 4695fa3c2a adding right path to setup.py 2015-12-12 15:08:59 -08:00
Ajinkya Kale 81b1befd10 Adding dmlc stamp 2015-08-03 15:46:22 -07:00
Ajinkya Kale cca955fc94 add setuptools info 2015-07-29 16:20:55 -07:00
Ajinkya Kale 0c8c231949 Fixing duplicate params in demo
Issue in "demo(package="xgboost", custom_objective)"

> bst <- xgb.train(param, dtrain, num_round, watchlist, 
+                  objective=logregobj, eval_metric=evalerror)
Error in xgb.train(param, dtrain, num_round, watchlist, objective = logregobj,  : 
  Duplicated term in parameters. Please check your list of params.
2015-07-29 14:28:34 -07:00
Ajinkya Kale 74055cc15e fixing broken basic_walkthrough links 2015-07-26 21:22:35 -07:00
Ajinkya Kale fc27e2f32d adding DMLC back to the title 2015-07-26 20:31:51 -07:00
Ajinkya Kale f2eb55683c some more links and restructuring 2015-07-26 20:30:59 -07:00
Ajinkya Kale 9a936721d8 dropping raw graphlab url 2015-07-26 20:12:51 -07:00
Ajinkya Kale cbdcbfc49c some more changes to remove redundant information 2015-07-25 12:46:28 -07:00
Ajinkya Kale e353a2e51c restructuring the README with an index 2015-07-24 17:00:02 -07:00
Ajinkya Kale 0ea5b14bd8 Update README.md 2015-07-23 01:12:33 -07:00
Ajinkya Kale 9eca9bccf4 moving gitter chat up 2015-07-22 23:18:34 -07:00
Ajinkya Kale 57e4f4d426 need to load vcd if it was freshly installed 2015-07-07 17:36:18 -07:00
Ajinkya Kale c489ce62b2 refs and formatting changes 2015-07-07 16:36:45 -07:00
Ajinkya Kale 364abdd6d1 Adding examples on xgb.importance, xgb.plot.importance and xgb.plot tree 2015-07-06 16:45:30 -07:00
Ajinkya Kale 761ab7c834 Adding workaround for install the R-package
I was facing this issue and this workaround worked for me. Maybe this should be moved to know issues section.
2015-07-06 14:52:38 -07:00
Ajinkya Kale b1bcb7183b Adding some details on nthread parameter
I got this information about nthread='real cpu count' from https://github.com/dmlc/xgboost/blob/7cb449c4a75c2a16f6dfea5244ce959d998344b1/java/xgboost4j-demo/src/main/java/org/dmlc/xgboost4j/demo/ExternalMemory.java#L50
Please confirm if this note is still valid before merging this change!
2015-07-06 11:02:19 -07:00
Ajinkya Kale c70a73f38d fixing some typos 2015-07-01 22:35:41 -07:00
Ajinkya Kale 009f692f49 Some typo and formatting fixes 2015-07-01 12:12:47 -07:00