Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Inference Metrics Dictionary #410

Open
brifordwylie opened this issue Jan 30, 2024 · 0 comments
Open

Fix Inference Metrics Dictionary #410

brifordwylie opened this issue Jan 30, 2024 · 0 comments
Assignees
Labels
model SageWorks Model pandas Transform that uses Pandas

Comments

@brifordwylie
Copy link
Member

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 brifordwylie added model SageWorks Model pandas Transform that uses Pandas labels Jan 30, 2024
@brifordwylie brifordwylie added this to the SageWorks 0.5.0 milestone Jan 30, 2024
@brifordwylie brifordwylie self-assigned this Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
model SageWorks Model pandas Transform that uses Pandas
Projects
Status: Backlog
Development

No branches or pull requests

1 participant