Training API Index

Training API Index#

This is the training package which forms a part of the PyEarthTools package.

The rest of this page contains reference information for the components of the Training package. The Training API docs can be viewed at Training API Docs.

Module

Purpose

API Docs

training.dataindex

- MLDataIndex

training.manage

- Variables

training.data

- PipelineDataModule

- default

- save

- load

training.wrapper

- ModelWrapper

- TrainingWrapper

- Predictor

training.wrapper.lightning

- predict.LightningPrediction

- train.LightningTraining

- predict.LoggingContext

- train.get_logger

- train.make_callback

- wrapper.LightningWrapper

training.wrapper.predict

- Predictor

- TimeSeriesPredictor

- TimeSeriesAutoRecurrentPredictor

- TimeSeriesManagedPredictor

- ManualTimeSeriesPredictor

training.wrapper.onnx

- ONNXWrapper