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.
1 parent cc1d830 commit 53137c5Copy full SHA for 53137c5
Cargo.toml
@@ -4,12 +4,14 @@ version = "0.1.0"
4
authors = ["Dave Challis <[email protected]>"]
5
license = "MIT"
6
repository = "https://github.com/davechallis/rust-xgboost"
7
+homepage = "https://github.com/davechallis/rust-xgboost"
8
description = "Machine learning using XGBoost"
9
+documentation = "https://docs.rs/xgboost"
10
11
[dependencies]
12
xgboost-sys = { path = "xgboost-sys", version = "0.1.0" }
13
libc = "0.2"
14
derive_builder = "0.5"
15
log = "0.4"
16
tempfile = "3.0"
-indexmap = "1.0"
17
+indexmap = "1.0"
0 commit comments