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 177e038 commit 06a82faCopy full SHA for 06a82fa
md-docs/api/python/models.md
@@ -223,6 +223,8 @@ Column base model
223
* **model_id** : Optional[str] = None
224
* **dims** : Optional[tuple[int]] = None
225
it is mandatory when data_type is Array
226
+* **tol** : Optional[int] = 0
227
+ Indicates the pixel tolerance for image size.
228
* **classes_names** : Optional[list[str]] = None
229
it is mandatory when the column is the target
230
in multilabel classification tasks
0 commit comments