We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a35d69 commit d61286bCopy full SHA for d61286b
nucleus/dataset.py
@@ -533,7 +533,7 @@ def get_scene(self, reference_id) -> Scene:
533
)
534
535
def export_predictions(self, model):
536
- """Exports all predications from a model on this dataset"""
+ """Exports all predictions from a model on this dataset"""
537
json_response = self._client.make_request(
538
payload=None,
539
route=f"dataset/{self.id}/model/{model.id}/export",
0 commit comments