leaspy.algo.personalize.mode_posterior ====================================== .. py:module:: leaspy.algo.personalize.mode_posterior .. autoapi-nested-parse:: This module defines the `ModePosterior` sampler based personalize algorithm. .. !! processed by numpydoc !! Classes ------- .. autoapisummary:: leaspy.algo.personalize.mode_posterior.ModePosteriorAlgorithm Module Contents --------------- .. py:class:: ModePosteriorAlgorithm(settings) Bases: :py:obj:`leaspy.algo.personalize.mcmc.McmcPersonalizeAlgorithm` Sampler-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** : :class:`.AlgorithmSettings` Settings of the algorithm. .. !! processed by numpydoc !! .. py:attribute:: name :type: leaspy.algo.base.AlgorithmName .. py:attribute:: regularity_factor :type: float :value: 1.0 Weighting of regularity term in the final loss to be minimized. .. !! processed by numpydoc !!