Planned intervention: On Wednesday April 3rd 05:30 UTC Zenodo will be unavailable for up to 2-10 minutes to perform a storage cluster upgrade.
Published October 31, 2018 | Version v0.8.0
Software Open

dswah/pyGAM: v0.8.0

  • 1. @indigo-ag

Description

New Features

  • cyclic p-splines: you can now train models with periodic features by using the 'cp' basis like so:

    GAM(s(0, basis='cp'))
    
  • factor smooths now allow dummy coding, via:

    GAM(f(0, coding='dummy'))
    

    Models using this coding scheme are more statistically interpretable , and computationally less expensive than those using one-hot encodings.

Bug Fixes
  • models can mix constrained terms and un-constrained tensor-terms
  • tensor terms can be constrained

Files

dswah/pyGAM-v0.8.0.zip

Files (5.5 MB)

Name Size Download all
md5:632882b15f25deca89082e30b7cd4ddd
5.5 MB Preview Download

Additional details

Related works