<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 11.0.0 -",
    "tvOS: 16.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CreateML",
  "identifier" : "/documentation/CreateML/MLTrainingSession/removeCheckpoints(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Create ML"
    ],
    "preciseIdentifier" : "s:8CreateML17MLTrainingSessionC17removeCheckpointsyySbAA12MLCheckpointVXEKF"
  },
  "title" : "removeCheckpoints(_:)"
}
-->

# removeCheckpoints(_:)

Removes the checkpoints that satisfy your closure from the training
session.

```
final func removeCheckpoints(_ predicate: (MLCheckpoint) -> Bool) throws
```

## Parameters

`predicate`

A closure that returns a Boolean indicating whether to remove a checkpoint.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)