Skip to content

Releases: sosuneko/PDPbox

v0.3.0

Choose a tag to compare

@sosuneko sosuneko released this 05 Jun 02:44
7fae76b
  • 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

Choose a tag to compare

@sosuneko sosuneko released this 14 Mar 16:07
  • 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