Skip to content

Commit c9c4932

Browse files
Pull request "fix(docs): change to the new is_fitted() API" by @davydof from catboost/catboost#895
MERGED FROM catboost/catboost#895 Note: mandatory check (NEED_CHECK) was skipped ref:017f26ed807590374ad3d297c77d3321b6cb8d9e
1 parent c6399fc commit c9c4932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ru/ml_session_2018_tutorial_ru.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@
351351
" eval_set=(X_validation, y_validation),\n",
352352
" logging_level='Silent'\n",
353353
")\n",
354-
"print('Model is fitted: ' + str(model.is_fitted_))\n",
354+
"print('Model is fitted: ' + str(model.is_fitted()))\n",
355355
"print('Model params:')\n",
356356
"print(model.get_params())"
357357
]

0 commit comments

Comments
 (0)