abacusai.test_point_predictions
===============================

.. py:module:: abacusai.test_point_predictions


Classes
-------

.. autoapisummary::

   abacusai.test_point_predictions.TestPointPredictions


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

.. py:class:: TestPointPredictions(client, count=None, columns=None, data=None, metricsColumns=None, summarizedMetrics=None, errorDescription=None)

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


   Test Point Predictions

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param count: Count of total rows in the preview data for the SQL.
   :type count: int
   :param columns: The returned columns
   :type columns: list
   :param data: A list of data rows, each represented as a list.
   :type data: list
   :param metricsColumns: The columns that are the metrics.
   :type metricsColumns: list
   :param summarizedMetrics: A map between the problem type metrics and the mean of the results matching the query
   :type summarizedMetrics: dict
   :param errorDescription: Description of an error in case of failure.
   :type errorDescription: str


   .. py:attribute:: count
      :value: None



   .. py:attribute:: columns
      :value: None



   .. py:attribute:: data
      :value: None



   .. py:attribute:: metrics_columns
      :value: None



   .. py:attribute:: summarized_metrics
      :value: None



   .. py:attribute:: error_description
      :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



