Skip to content

v0.5.5

Compare
Choose a tag to compare
@dswah dswah released this 07 Jul 14:18
· 298 commits to master since this release
f076346

New Featrues

  • all GAM classes have a verbose argument. this makes them compatible with sklearn GridsearchCV + RandomizedsearchCV
  • add toy_classification dataset
  • move generate_X_grid to GAM method

Bug Fixes

  • users should get a more pythonic experience with partial_dependence by never needing to index with i+1
  • _initial_estimate() method no longer fails on value nudge for purely integer observations
  • regenerate images
  • bugs in readme
  • fixes bug where poorly conditioned matrix would fail when using skcholmod
  • make2d should not be verbose in initial_estimate()