Model descriptions
Validate the model has a description
Source code in checkers/checks.py
Reason to flag#
Model descriptions are a key part of your project's documentation. They provide a high level summary of the purpose and contents of the model. We recommend that every model in your project has meaningful description.
Fixing#
Add a description to the model's config block, or update the model's yaml entry.
Example config block:
Example yaml entry:
Parameters#
minimum_description_length
: The minimum number of characters in the descriptionminimum_description_words
: The minimum number of words in the description