Created by: IgnatovFedor
Major Features and Improvements
- Added
-i/--installCLI argument andinstallargument todeeppavlov.build_model,deeppavlov.evaluate_model,deeppavlov.train_modelto install model requirements before interaction with model (#1603).
Bug Fixes and Other Changes
- Reduced library verbosity: redundant logging
infomessages replaced withdebugones. Setnltk.downloadto quiet mode. (#1601). - Replaced
docs/features/models/classifiers.rstwithdocs/features/models/classification.ipynb. Fixed minor typos in documentation, removedskillconcept (#1600). - Removed
/examplesfrom the README.md links (#1602).