Skip to content

Commit

Permalink
docsfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiedb committed Jul 19, 2022
1 parent b415b59 commit 0e3e23f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/src/models.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[EvoTrees.jl](https://github.com/Evovest/EvoTrees.jl) supports four model families:

- EvoTreeRegressor
- Linear (minimize mean-squared error)
- Logistic (minimize cross-entropy)
- L1: minimize mean-absolute error
- Quantile: minimize mean-absolute off the quantile
- EvoTreeClassifier
- EvoTreeCount
- EvoTreeGaussian
- EvoTreeRegressor
- Linear (minimize mean-squared error)
- Logistic (minimize cross-entropy)
- L1: minimize mean-absolute error
- Quantile: minimize mean-absolute off the quantile
- EvoTreeClassifier
- EvoTreeCount
- EvoTreeGaussian

## EvoTreeRegressor
```@docs
Expand Down

0 comments on commit 0e3e23f

Please sign in to comment.