Skip to content

SKLL 1.2.1

Compare
Choose a tag to compare
@desilinguist desilinguist released this 20 May 19:10
· 1770 commits to main since this release

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).