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 06a82fa commit b8a45b3Copy full SHA for b8a45b3
md-docs/api/python/models.md
@@ -224,7 +224,8 @@ Column base model
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.
+ Tolerance for ImageData width and height.
228
+ Images can be loaded with size (w ± tol, h ± tol) pixels
229
* **classes_names** : Optional[list[str]] = None
230
it is mandatory when the column is the target
231
in multilabel classification tasks
0 commit comments