Skip to content
Merged

fix #16

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Model Validation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,11 @@
"if not model_details.description:\n",
" has_description = False\n",
" print(\"Please add model description to the version\")\n",
" dbutils.notebook.exit(\"validation Completed. Model version is not fit for next stage\")\n",
"elif not len(model_details.description) > 20:\n",
" has_description = False\n",
" print(\"Please add detailed model description (40 char min).\")\n",
" dbutils.notebook.exit(\"validation Completed. Model version is not fit for next stage\")\n",
"else:\n",
" has_description = True\n",
"\n",
Expand Down