You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
9
11
12
+
➡️ [**Run the demo notebook**](notebooks/demo_linearboost_usage.ipynb)
10
13
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.
12
20
13
21
In benchmarks across seven well-known datasets, LinearBoost:
0 commit comments