SKLL 1.1.1
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 ofnum_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)