crested.tl.metrics.PearsonCorrelationLog#
- class crested.tl.metrics.PearsonCorrelationLog(name='pearson_correlation_log', **kwargs)#
Log Pearson correlation metric.
Attributes table#
Methods table#
|
|
|
|
|
|
Return the serializable config of the metric. |
|
Reset the state of the metric. |
|
|
Calculate the result of the metric. |
|
|
|
|
|
Update the state of the metric. |
Attributes#
- PearsonCorrelationLog.dtype#
- PearsonCorrelationLog.variables#
Methods#
- PearsonCorrelationLog.add_variable(shape, initializer, dtype=None, aggregation='sum', name=None)#
- PearsonCorrelationLog.add_weight(shape=(), initializer=None, dtype=None, name=None)#
- classmethod PearsonCorrelationLog.from_config(config)#
- PearsonCorrelationLog.get_config()#
Return the serializable config of the metric.
- PearsonCorrelationLog.reset_state()#
Reset the state of the metric.
- PearsonCorrelationLog.result()#
Calculate the result of the metric.
- PearsonCorrelationLog.stateless_reset_state()#
- PearsonCorrelationLog.stateless_result(metric_variables)#
- PearsonCorrelationLog.stateless_update_state(metric_variables, *args, **kwargs)#
- PearsonCorrelationLog.update_state(y_true, y_pred, sample_weight=None)#
Update the state of the metric.