Skip to content

Update for newer versions of dependent packages

Compare
Choose a tag to compare
@SauceCat SauceCat released this 14 Mar 16:07
· 1 commit to master since this release
  • Update tutorials for xgboost==1.3.3
  • Add simple model training in tutorials for better understanding and reproducing
  • Fix charts for matplotlib==3.1.1
  • Remove large .pkl files, use separate files for data (*.csv), info (features, target in *.json), and model (.pkl)
  • SImplify unit tests, removing all model-dependent test cases
  • Fix issues in Tox and Travis CI