Contents

resume(_:)

Resumes a training session from the last checkpoint if available.

Declaration

static func resume(_ session: MLTrainingSession<MLRandomForestRegressor>) throws -> MLJob<MLRandomForestRegressor>

Parameters

  • session:

    Loaded or new training session.

Return Value

A MLJob that can be used to observe training progress.

Discussion

If there are no resumable checkpoints training starts over from the beginning.

See Also

Training a random forest regressor