File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ repository = "https://github.com/davechallis/rust-xgboost"
7
7
homepage = " https://github.com/davechallis/rust-xgboost"
8
8
description = " Machine learning using XGBoost"
9
9
documentation = " https://docs.rs/xgboost"
10
+ readme = " README.md"
10
11
11
12
[dependencies ]
12
13
xgboost-sys = " 0.1"
Original file line number Diff line number Diff line change 1
1
# rust-xgboost
2
2
3
3
[ ![ Travis Build Status] ( https://travis-ci.com/davechallis/rust-xgboost.svg?branch=master )] ( https://travis-ci.com/davechallis/rust-xgboost )
4
+ [ ![ Documentation link] ( https://docs.rs/xgboost/badge.svg )] ( https://docs.rs/xgboost/badge.svg )
4
5
5
6
Rust bindings for the [ XGBoost] ( https://xgboost.ai ) gradient boosting library.
6
7
8
+ * [ Documentation] ( https://docs.rs/xgboost )
9
+
7
10
Basic usage example:
8
11
9
12
``` rust
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ build = "build.rs"
7
7
license = " MIT"
8
8
repository = " https://github.com/davechallis/rust-xgboost"
9
9
description = " Native bindings to the xgboost library"
10
+ readme = " README.md"
10
11
11
12
[dependencies ]
12
13
libc = " 0.2"
You can’t perform that action at this time.
0 commit comments