Skip to content

Commit

Permalink
fix versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiedb committed Apr 19, 2020
1 parent 5ba15c1 commit 0292bd1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
CategoricalArrays = "0.7, 0.8"
CategoricalArrays = "0.7"
Distributions = "0.22, 0.23"
MLJModelInterface = "0.1, 0.2"
StaticArrays = "0.12"
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ julia> Pkg.add("EvoTrees")

[Benchmark](https://github.com/Evovest/EvoTrees.jl/blob/master/blog/benchmarks.jl) for 100 iterations on randomly generated data:

| Dimensions / Algo | XGBoost Exact | XGBoost Hist | EvoTrees | |
|-------------------|:-------------:|:------------:|:--------:|---|
| 10K x 100 | 1.18s | 2.15s | 0.52s | |
| 100K x 100 | 9.39s | 4.25s | 2.02s | |
| 1M X 100 | 146.5s | 20.2s | 22.5 | |
| Dimensions / Algo | XGBoost Exact | XGBoost Hist | EvoTrees |
|-------------------|:-------------:|:------------:|:--------:|
| 10K x 100 | 1.18s | 2.15s | 0.52s |
| 100K x 100 | 9.39s | 4.25s | 2.02s |
| 1M X 100 | 146.5s | 20.2s | 21.5 |


## Parameters
Expand Down

0 comments on commit 0292bd1

Please sign in to comment.