nannyml.performance_calculation.metrics package
Submodules
Module contents
Package containing the implementation of realized performance metrics.
The performance calculator manages a list of Metric
instances,
constructed using the MetricFactory
.
The estimator is then responsible for delegating the fit and estimate method calls to each of the managed
Metric
instances and building a
Result
object.
For more information, check out the tutorials.