We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20104e1 + 4d9754d commit 2101ed6Copy full SHA for 2101ed6
.gitmodules
@@ -1,4 +1,3 @@
1
[submodule "xgboost-sys/xgboost"]
2
path = xgboost-sys/xgboost
3
- url = https://github.com/davechallis/xgboost
4
- branch = master
+ url = https://github.com/dmlc/xgboost
Cargo.toml
@@ -10,7 +10,7 @@ documentation = "https://docs.rs/xgboost"
10
readme = "README.md"
11
12
[dependencies]
13
-xgboost-sys = "0.2.0"
+xgboost-sys = { path = "xgboost-sys" }
14
libc = "0.2"
15
derive_builder = "0.5"
16
log = "0.4"
xgboost-sys/xgboost
0 commit comments