module documentation

The model InferenceResult holds an upload of parameter samples that were produced during an inference run of the lymph-model. The samples should be fetched from the DVC remote storage and used to compute the prior risk matrices.

Given a specific diagnosis, as entered via the forms.RiskForm, the lymph-model package and the precomputed risk matrices in the InferenceResult instances, the personalized risk estimates can be computed.

Class InferenceResult Results of an inference run of the lymph-model package.
Function get_path_for_risk_matrices Returns the path where the risk matrices should be stored for a given InferenceResult instance.
def get_path_for_risk_matrices(instance, filename):

Returns the path where the risk matrices should be stored for a given InferenceResult instance.