This will eventually hold a variety of methods currently available as functions in the scaffold module. These include:
- quantitative evaluation methods:
compute_error, eval_results, rmse, mae, etc.
- cold-start identify, remove, and summarize methods
- plotting methods: such as
granular_eval
- 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.
- eval formatting methods: such as
results_to_table