Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ tags:
|
|
13 |
|
14 |
## Evaluation
|
15 |
|
16 |
-
Benchmarked on
|
17 |
|
18 |
| Range (Input Max) | MAE | MSE | RMSE | R2 |
|
19 |
|-------------------|---------|----------|---------|---------|
|
@@ -21,7 +21,8 @@ Benchmarked on 100,000 samples across five input magnitude ranges. Metrics: MAE,
|
|
21 |
| 51-500 | 0.003 | 0.000 | 0.004 | 1.000 |
|
22 |
| 501-5000 | 0.004 | 0.000 | 0.006 | 1.000 |
|
23 |
| 5001-50000 | 0.016 | 0.003 | 0.050 | 1.000 |
|
24 |
-
| 50001-
|
|
|
25 |
|
26 |
## Limitations
|
27 |
|
|
|
13 |
|
14 |
## Evaluation
|
15 |
|
16 |
+
Benchmarked on 120,000 samples across five input magnitude ranges. Metrics: MAE, MSE, RMSE, R2.
|
17 |
|
18 |
| Range (Input Max) | MAE | MSE | RMSE | R2 |
|
19 |
|-------------------|---------|----------|---------|---------|
|
|
|
21 |
| 51-500 | 0.003 | 0.000 | 0.004 | 1.000 |
|
22 |
| 501-5000 | 0.004 | 0.000 | 0.006 | 1.000 |
|
23 |
| 5001-50000 | 0.016 | 0.003 | 0.050 | 1.000 |
|
24 |
+
| 50001-500000 | 0.1525 | 0.2377 | 0.4876 | 1.000 |
|
25 |
+
| 500001-50000000 | 12.947 | 2143.782 | 46.301 | 1.000 |
|
26 |
|
27 |
## Limitations
|
28 |
|