Add eval_type to the benchmark script to allow for doing reconstruction evaluation in addition to classification
add recon_model_metrics function to perform reconstruction evaluation in a similar fashion where the markers are used to learn a simple reconstruction model, such as linear regression, that compares the benchmarked models.
Changes
recon_model_metrics
function to perform reconstruction evaluation in a similar fashion where the markers are used to learn a simple reconstruction model, such as linear regression, that compares the benchmarked models.Testing
Doc Changes