Skip to content

SKLL 1.1.1

Compare
Choose a tag to compare
@dan-blanchard dan-blanchard released this 23 Oct 17:20
· 1923 commits to main since this release

This is a minor bugfix release. It fixes:

  • Issue where a FileExistsError would be raised when processing many configs (PR #260)
  • Instance of cv_folds instead of num_cv_folds in the documentation (PR #248).
  • Crash with print_model_weights and Logistic Regression models without intercepts (issue #250, PR #251)
  • Division by zero error when there was only one example (issue #253, PR #254)