abacusai.categorical_range_violation
====================================

.. py:module:: abacusai.categorical_range_violation


Classes
-------

.. autoapisummary::

   abacusai.categorical_range_violation.CategoricalRangeViolation


Module Contents
---------------

.. py:class:: CategoricalRangeViolation(client, name=None, mostCommonValues=None, freqOutsideTrainingRange=None)

   Bases: :py:obj:`abacusai.return_class.AbstractApiClass`


   Summary of important range mismatches for a numerical feature discovered by a model monitoring instance

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param name: Name of feature.
   :type name: str
   :param mostCommonValues: List of most common feature names in the prediction distribution not present in the training distribution.
   :type mostCommonValues: list[str]
   :param freqOutsideTrainingRange: Frequency of prediction rows outside training distribution for the specified feature.
   :type freqOutsideTrainingRange: float


   .. py:attribute:: name
      :value: None



   .. py:attribute:: most_common_values
      :value: None



   .. py:attribute:: freq_outside_training_range
      :value: None



   .. py:attribute:: deprecated_keys


   .. py:method:: __repr__()


   .. py:method:: to_dict()

      Get a dict representation of the parameters in this class

      :returns: The dict value representation of the class parameters
      :rtype: dict



