Models Metrics

{
  $sql = "SELECT VERSION, ACCURACY, PREDICT, UPDATE_STATUS, ERROR,
      SELECT_DATA_QUERY as data_query, CREATED_AT, TRAINING_TIME
      FROM mindsdb.models where NAME = '$model'";
}

The active models are constantly trained with fresh data, if any, which is indicated by the incremental version number. The inactive models are no longer used for predictions, but they are still available for review and comparison against other models. The parameters in (SELECT_DATA_QUERY) are used to train the respective models and can be obtained from the datasets web page.

Active NAME VERSION ACCURACY PREDICT UPDATE_STATUS ERROR SELECT_DATA_QUERY CREATED_AT TRAINING_TIME
1sgpdata_ft_a110.402result_ft1X2up_to_date2024-12-23 03:12:0550.034
1sgpdata_ft_a210.448result_ft1X2up_to_date2024-12-23 03:24:0550.197
1sgpdata_ft_a310.446result_ft1X2up_to_date2024-12-23 03:36:0550.902
1sgpdata_ft_a410.407result_ft1X2up_to_date2024-12-23 03:48:0548.926
0sgpdata_hg_c110.65result_hgup_to_date2024-07-26 16:15:4951.322
0sgpdata_hg_c210.684result_hgup_to_date2024-07-26 16:17:0451.403
1sgpdata_htft_e110.165result_htftup_to_date2024-12-23 05:40:0550.374
0sgpdata_htft_e210.154result_htftup_to_date2024-07-26 16:19:0153.045
1sgpdata_htft_e310.139result_htftup_to_date2024-12-23 06:00:0652.856
1sgpdata_htft_e410.156result_htftup_to_date2024-12-23 06:20:0552.072
1sgpdata_htpts_d110.198result_htptsup_to_date2024-12-23 04:40:0551.035
1sgpdata_htpts_d210.183result_htptsup_to_date2024-12-23 05:00:0653.152
1sgpdata_htpts_d310.24result_htptsup_to_date2024-12-23 05:20:0552.049
1sgpdata_ou_b110.692result_ouup_to_date2024-12-23 04:00:0549.035
1sgpdata_ou_b210.697result_ouup_to_date2024-12-23 04:20:0549.625
1sgpdata_tg_f110.108result_tgup_to_date2024-12-23 06:40:0549.161
Active NAME VERSION ACCURACY PREDICT UPDATE_STATUS ERROR SELECT_DATA_QUERY CREATED_AT TRAINING_TIME
Column