Skip to content

Type checking, improved unit testing

Compare
Choose a tag to compare
@tjkessler tjkessler released this 03 Jun 21:54
· 192 commits to master since this release
2083718
  • All methods/functions now enforce specific types for arguments, return values
  • calc_r2 function now uses scikit-learn's r2_score function
  • Changed unit testing scheme, now uses unittest library
    • added a suite of unit tests