Skip to content

Releases: joshivanhoe/sparsely

v1.1.0

07 Mar 09:44
7a848e8
Compare
Choose a tag to compare

What's changed?

  • User-specified feature groups, which define mutually exclusive features that encode problem-specific knowledge
  • Improved handling of solver errors due to infeasibility or other issues with the problem specification
  • Improved parameter validation

v1.0.0

09 Feb 09:24
06bf394
Compare
Choose a tag to compare

What's changed?

  • Support for binary classification problems
  • Option for user-defined initial solution
  • Parameter validation consistent with sklearn conventions
  • Codebase refactor