This is primarily a bug fix release but also adds a major new API feature.
New API Feature:
- If you use the SKLL API, you can now create
FeatureSet
instances directly from pandas
data frames (issue #261, PR #292).
Bugfixes:
- Correctly parse floats in scientific notation, e.g., when specifying parameter grids and/or fixed parameters (issue #318, PR #320)
print_model_weights
now correctly handles models trained with fit_intercept=False
(issue #322, PR #323).