MODEL_PERFORMANCE
Description
This table stores model performance information.
Columns
| Column Name | Data Type | Description |
| ID | bigint | The unique identifier of the model performance. |
| ACCURACY | double | The accuracy of the model performance. |
| F_1SCORE | double | The F1 score of the model performance. |
| PRECISION | double | The precision of the model performance. |
| RECALL | double | The recall of the model performance. |