Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thierrymoudiki authored Aug 29, 2024
1 parent b37fe66 commit be8e8d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Unified interface for Gradient Boosted Decision Trees algorithms

## Examples

See also https://thierrymoudiki.github.io/blog/2024/08/05/python/r/unibooster

### classification

```python
Expand Down Expand Up @@ -90,4 +92,4 @@ for dataset in datasets:
print(f"Regression Root Mean Squared Error xgboost: {mse1:.2f}")
print(f"Regression Root Mean Squared Error catboost: {mse2:.2f}")
print(f"Regression Root Mean Squared Error lightgbm: {mse3:.2f}")
```
```

0 comments on commit be8e8d2

Please sign in to comment.