credit.metrics_downscaling
==========================

.. py:module:: credit.metrics_downscaling


Classes
-------

.. autoapisummary::

   credit.metrics_downscaling.UnWeightedMetrics


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

.. py:class:: UnWeightedMetrics(conf, varnames)

   Metrics calculation for training & validation; takes the place
   of LatWeightedMetrics, which does not apply for regional datasets
   on projected grids.  Differs in the organization of
   variables; otherwise, reuses the same code.

   Args:
   conf (dict): configuration dictionary

   varnames: list of variable names corresponding to channels of
             output tensor.  Use DownscalingDataset.tnames, which
             constructs it automatically.


   .. py:attribute:: vars


   .. py:attribute:: w_lat
      :value: None



   .. py:attribute:: w_var
      :value: None



   .. py:attribute:: ensemble_size
      :value: 1



   .. py:method:: __call__(pred, y, clim=None, transform=None, forecast_datetime=0)


