SciKit-Learn Laboratory v1.2.1 Release Notes

Release Date: 2016-05-20 // almost 8 years ago
  • ๐Ÿš€ 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).