Skip to content

Commit 06a82fa

Browse files
committed
Update api including tolerance description.
1 parent 177e038 commit 06a82fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

md-docs/api/python/models.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,8 @@ Column base model
223223
* **model_id** : Optional[str] = None
224224
* **dims** : Optional[tuple[int]] = None
225225
it is mandatory when data_type is Array
226+
* **tol** : Optional[int] = 0
227+
Indicates the pixel tolerance for image size.
226228
* **classes_names** : Optional[list[str]] = None
227229
it is mandatory when the column is the target
228230
in multilabel classification tasks

0 commit comments

Comments
 (0)