Skip to content

v0.3.1

Choose a tag to compare

@jdelano jdelano released this 08 Feb 21:23
· 16 commits to master since this release

Highlights

  • Added learning curve plotting for multiple models with validation-only performance and optional single-model uncertainty band.
  • Added classification learning-curve notebook example.
  • Increased default max_iter for logistic regression and neural networks to 10000.
  • Updated Model Selection documentation to include learning curves.

Behavior Changes

  • Learning curve plots now show raw training sizes on the x-axis and place legend bottom-right.