Skip to content

Commit 65cbcd1

Browse files
committed
ODSC-36246
: resolve comments
1 parent 3e24cd2 commit 65cbcd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/user_guide/model_registration/quick_start.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,9 +333,9 @@ Other Frameworks
333333
y_sample=y_train,
334334
)
335335
336-
# Verify generated artifacts
336+
# Verify generated artifacts. The payload looks like this: [[2, 4, 6, 8], [1, 4, 50, 60]]
337337
catboost_model.verify(X_test, auto_serialize_data=True)
338-
338+
339339
# Register CatBoostRegressor model
340340
model_id = catboost_model.save(display_name="CatBoost Model")
341341

0 commit comments

Comments
 (0)