Medial Code Documentation
|
Data Structures | |
class | CallbackContainer |
class | EarlyStopping |
class | EvaluationMonitor |
class | LearningRateScheduler |
class | TrainingCallback |
class | TrainingCheckPoint |
Functions | |
List[Tuple[str, float, float]] | _aggcv (List[str] rlist) |
_ART | _allreduce_metric (_ART score) |
Variables | |
_Score = Union[float, Tuple[float, float]] | |
_ScoreList = Union[List[float], List[Tuple[float, float]]] | |
_Model = Any | |
_ART = TypeVar("_ART") | |
Callback library containing training routines. See :doc:`Callback Functions </python/callbacks>` for a quick introduction.
|
protected |
Aggregate cross-validation results.
|
protected |
Helper function for computing customized metric in distributed environment. Not strictly correct as many functions don't use mean value as final result.