Skip to content

Releases: SauceCat/PDPbox

v0.3.0

05 Jun 02:44
7fae76b
Compare
Choose a tag to compare
  • Refactor. Please refer to the Design Overview session in docs for more details.
  • Support both matplotlib and plotly.
  • Update tutorials according to the refactor codes.
  • Better unit test.
  • Semi-automate dosctring generation.

Update for newer versions of dependent packages

14 Mar 16:07
Compare
Choose a tag to compare
  • 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