sageworks icon indicating copy to clipboard operation
sageworks copied to clipboard

Fix Inference Metrics Dictionary

Open brifordwylie opened this issue 2 years ago • 0 comments

Right now the way we serialize the DataFrame is kinda wonky:

                     'sageworks_inference_metrics': {'MAE': {'0': 0.7705906241706162},
                                                     'MAPE': {'0': 7.9788138931509085},
                                                     'MedAE': {'0': 0.4840479999999996},
                                                     'R2': {'0': 0.842409787754799},
                                                     'RMSE': {'0': 1.2832401524233403}},

brifordwylie avatar Jan 30 '24 17:01 brifordwylie