Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -351,8 +351,9 @@ if 'run_id' in results_df.columns:
|
|
351 |
print(f"{r['experiment']}: {r['accuracy_percent']:.1f}% (averaged over runs)")
|
352 |
```
|
353 |
|
|
|
354 |
```python
|
355 |
-
|
356 |
|
357 |
### Why AUC Scoring?
|
358 |
- **Average accuracy** treats all tasks equally → poor model differentiation
|
|
|
351 |
print(f"{r['experiment']}: {r['accuracy_percent']:.1f}% (averaged over runs)")
|
352 |
```
|
353 |
|
354 |
+
## 🏆 Advanced Evaluation with AUC Scoring (Highly Recommand)
|
355 |
```python
|
356 |
+
|
357 |
|
358 |
### Why AUC Scoring?
|
359 |
- **Average accuracy** treats all tasks equally → poor model differentiation
|