Contents

resume(_:)

Resumes a training session from the last checkpoint if available.

Declaration

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

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

Creating a random forest classifier asynchronously