Created by: IgnatovFedor
Major Features and Improvements
- Added
-i
/--install
CLI argument andinstall
argument todeeppavlov.build_model
,deeppavlov.evaluate_model
,deeppavlov.train_model
to install model requirements before interaction with model (#1603).
Bug Fixes and Other Changes
- Reduced library verbosity: redundant logging
info
messages replaced withdebug
ones. Setnltk.download
to quiet mode. (#1601). - Replaced
docs/features/models/classifiers.rst
withdocs/features/models/classification.ipynb
. Fixed minor typos in documentation, removedskill
concept (#1600). - Removed
/examples
from the README.md links (#1602).