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

Design Results class to encapsulate model prediction results. #3

Open
macks22 opened this issue Jan 28, 2016 · 0 comments
Open

Design Results class to encapsulate model prediction results. #3

macks22 opened this issue Jan 28, 2016 · 0 comments
Assignees
Labels

Comments

@macks22
Copy link
Owner

macks22 commented Jan 28, 2016

This will eventually hold a variety of methods currently available as functions in the scaffold module. These include:

  1. quantitative evaluation methods: compute_error, eval_results, rmse, mae, etc.
  2. cold-start identify, remove, and summarize methods
  3. plotting methods: such as granular_eval
  4. save/load methods: should save model learned, predictions made, and known targets necessary for eval; might also save exact datasets used (after pre-processing, filtering, etc.) or just some information necessary to replicate the datasets.
  5. eval formatting methods: such as results_to_table
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant