Iteration 6 - amazon-price-predictor-text
Browse files- README.md +11 -11
- metrics.json +6 -6
README.md
CHANGED
|
@@ -4,30 +4,30 @@ tags:
|
|
| 4 |
- amazon
|
| 5 |
- price-prediction
|
| 6 |
- regression
|
| 7 |
-
- iteration-
|
| 8 |
- incremental-learning
|
| 9 |
---
|
| 10 |
|
| 11 |
-
# amazon-price-predictor-text - Iteration
|
| 12 |
|
| 13 |
-
Incremental learning model trained on batch
|
| 14 |
|
| 15 |
## Model Details
|
| 16 |
-
- **Training Iteration**:
|
| 17 |
- **Batch Size**: 7500
|
| 18 |
-
- **Training Time**: 2025-10-
|
| 19 |
|
| 20 |
## Performance Metrics
|
| 21 |
```json
|
| 22 |
{
|
| 23 |
-
"iteration":
|
| 24 |
"batch_size": 7500,
|
| 25 |
-
"text_model_mae":
|
| 26 |
-
"image_model_mae":
|
| 27 |
-
"price_range_min": 0.
|
| 28 |
-
"price_range_max":
|
| 29 |
"training_type": "INCREMENTAL_LEARNING",
|
| 30 |
-
"timestamp": "2025-10-
|
| 31 |
}
|
| 32 |
```
|
| 33 |
|
|
|
|
| 4 |
- amazon
|
| 5 |
- price-prediction
|
| 6 |
- regression
|
| 7 |
+
- iteration-6
|
| 8 |
- incremental-learning
|
| 9 |
---
|
| 10 |
|
| 11 |
+
# amazon-price-predictor-text - Iteration 6
|
| 12 |
|
| 13 |
+
Incremental learning model trained on batch 6.
|
| 14 |
|
| 15 |
## Model Details
|
| 16 |
+
- **Training Iteration**: 6
|
| 17 |
- **Batch Size**: 7500
|
| 18 |
+
- **Training Time**: 2025-10-13 00:10:43
|
| 19 |
|
| 20 |
## Performance Metrics
|
| 21 |
```json
|
| 22 |
{
|
| 23 |
+
"iteration": 6,
|
| 24 |
"batch_size": 7500,
|
| 25 |
+
"text_model_mae": 17.034790868355532,
|
| 26 |
+
"image_model_mae": 11.87176564435959,
|
| 27 |
+
"price_range_min": 0.45,
|
| 28 |
+
"price_range_max": 570.0,
|
| 29 |
"training_type": "INCREMENTAL_LEARNING",
|
| 30 |
+
"timestamp": "2025-10-13T00:10:43.502280"
|
| 31 |
}
|
| 32 |
```
|
| 33 |
|
metrics.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
{
|
| 2 |
-
"iteration":
|
| 3 |
"batch_size": 7500,
|
| 4 |
-
"text_model_mae":
|
| 5 |
-
"image_model_mae":
|
| 6 |
-
"price_range_min": 0.
|
| 7 |
-
"price_range_max":
|
| 8 |
"training_type": "INCREMENTAL_LEARNING",
|
| 9 |
-
"timestamp": "2025-10-
|
| 10 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"iteration": 6,
|
| 3 |
"batch_size": 7500,
|
| 4 |
+
"text_model_mae": 17.034790868355532,
|
| 5 |
+
"image_model_mae": 11.87176564435959,
|
| 6 |
+
"price_range_min": 0.45,
|
| 7 |
+
"price_range_max": 570.0,
|
| 8 |
"training_type": "INCREMENTAL_LEARNING",
|
| 9 |
+
"timestamp": "2025-10-13T00:10:43.502280"
|
| 10 |
}
|