Backport doc fixes that are compatible with 0.72 release
* Added python doc string for nthreads to dmatrix (#3363) * Add instruction to compile XGBoost4J multi-threaded on OSX (#3228) * Params confusion fixed: num_round, scalePosWeight (#3386) * Added detailed instruction for adding XGBoost4J as Maven dependency (#3374)
This commit is contained in:
@@ -57,6 +57,8 @@ the add dependency as following:
|
||||
"ml.dmlc" % "xgboost4j" % "latest_version_num"
|
||||
```
|
||||
|
||||
For the latest release version number, please check [here](https://github.com/dmlc/xgboost/releases).
|
||||
|
||||
if you want to use `xgboost4j-spark`, you just need to replace xgboost4j with `xgboost4j-spark`
|
||||
|
||||
## Examples
|
||||
@@ -70,4 +72,4 @@ be found in the [examples package](https://github.com/dmlc/xgboost/tree/master/j
|
||||
|
||||
* Spark does the internal conversion, and does not accept formats that are 0-based
|
||||
|
||||
* Whereas, use *0-based* indexes format when predicting in normal mode - for instance, while using the saved model in the Python package
|
||||
* Whereas, use *0-based* indexes format when predicting in normal mode - for instance, while using the saved model in the Python package
|
||||
|
||||
Reference in New Issue
Block a user