Skip to content

Commit cf6c43f

Browse files
authored
Update README.md
1 parent 848de1c commit cf6c43f

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,18 @@
55
![Python Versions](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12%20%7C%203.13-blue)
66
[![PyPI Downloads](https://static.pepy.tech/badge/linearboost)](https://pepy.tech/projects/linearboost)
77

8-
LinearBoost is a fast and accurate classification algorithm built to enhance the performance of the linear classifier SEFR. It combines efficiency and accuracy, delivering state-of-the-art F1 scores and classification performance.
8+
## 🧪 Quickstart Demo
9+
10+
Want to see how LinearBoost works in practice?
911

12+
➡️ [**Run the demo notebook**](notebooks/demo_linearboost_usage.ipynb)
1013

11-
[📓 Demo Notebook: How to Use LinearBoost](notebooks/demo_linearboost_usage.ipynb)
14+
This Jupyter notebook shows how to:
15+
- Load and prepare data
16+
- Train `LinearBoostClassifier`
17+
- Evaluate using F1 score and cross-validation
18+
19+
LinearBoost is a fast and accurate classification algorithm built to enhance the performance of the linear classifier SEFR. It combines efficiency and accuracy, delivering state-of-the-art F1 scores and classification performance.
1220

1321
In benchmarks across seven well-known datasets, LinearBoost:
1422

0 commit comments

Comments
 (0)