biophysics_fittingmodel_selection

model_selection

Convenience methods to fetch biophysical models from a DataBase

Biophysical models generated by the optimizer or explorer follow a specific structure in the database. This module provides methods to fetch models from the database, and to select the best models based on the evaluation results.

Functions

get_model_pdf_from_db(db)

Get a DataFrame with all models from the database.

get_pdf_selected(pdf, BAC_limit, step_limit, objectives_BAC, objectives_step)

Select models based on cutoffs from a DataFrame.