:py:mod:`rhino_health.lib.metrics.roc_auc` ========================================== .. py:module:: rhino_health.lib.metrics.roc_auc Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: rhino_health.lib.metrics.roc_auc.RocAuc rhino_health.lib.metrics.roc_auc.RocAucWithCI .. py:class:: RocAuc(**data: Any) Bases: :py:obj:`rhino_health.lib.metrics.base_metric.BaseMetric` Performs a Receiver Operating Characteristic calculation .. !! processed by numpydoc !! .. py:attribute:: y_true_variable :type: Union[str, rhino_health.lib.metrics.filter_variable.FilterVariable] .. py:attribute:: y_pred_variable :type: Union[str, rhino_health.lib.metrics.filter_variable.FilterVariable] .. py:attribute:: seed :type: Optional[int] .. py:class:: RocAucWithCI(**data: Any) Bases: :py:obj:`RocAuc` Performs a Receiver Operating Characteristic calculation with Bootstrapping using Confidence Intervals .. !! processed by numpydoc !! .. py:attribute:: confidence_interval :type: int .. py:attribute:: bootstrap_iterations :type: Optional[int]