[FIX] fix plugin system

This commit is contained in:
tqchen
2016-01-12 17:54:09 -08:00
parent 96f4542a67
commit 31d8e93ef3
6 changed files with 11 additions and 11 deletions

View File

@@ -12,7 +12,7 @@ There are three steps you need to to do to add plugin to xgboost
To add this plugin, add the following line to ```config.mk```(template in make/config.mk).
```makefile
# Add plugin by include the plugin in config
include plugin/example/plugin.mk
XGB_PLUGINS += plugin/plugin_a/plugin.mk
```
Then you can test this plugin by using ```objective=mylogistic``` parameter.