leaspy.algo.personalize.mode_posterior¶
This module defines the ModePosterior sampler based personalize algorithm.
Classes¶
Sampler-based algorithm that derives individual parameters as the most frequent mode posterior value from n_iter samplings. |
Module Contents¶
- class ModePosteriorAlgorithm(settings)[source]¶
Bases:
leaspy.algo.personalize.mcmc.McmcPersonalizeAlgorithmSampler-based algorithm that derives individual parameters as the most frequent mode posterior value from n_iter samplings.
TODO? we could derive some confidence intervals on individual parameters thanks to this personalization algorithm…
- Parameters:
- settings
AlgorithmSettings Settings of the algorithm.
- settings
- Parameters:
settings (AlgorithmSettings)
- name: AlgorithmName¶