Skip to content

Releases: dwavesystems/dwave-scikit-learn-plugin

0.1.0

20 Mar 17:55
ee8e283
Compare
Choose a tag to compare

New Features

  • Apply a label to the problems submitted to Leap.

Bug Fixes

  • Fix SelectFromQuadraticModel to handle the case when X has a column with all equal values.

0.0.1

15 Mar 00:50
026c9d7
Compare
Choose a tag to compare

Prelude

Initial release of dwave-scikit-learn-plugin.

New Features

  • Add SelectFromQuadraticModel class for feature selection.
  • Add dwave.plugins.sklearn.utilities.cov function. A drop-in replacement for numpy.cov that is modified to avoid unnecessary memory usage when working with numpy.memmap arrays.
  • Add dwave.plugins.sklearn.utilities.corrcoef function. A drop-in replacement for numpy.corrcoef that is modified to avoid unnecessary memory usage when working with numpy.memmap arrays.
  • Add dwave.plugins.sklearn.utilities.dot_2d function. A drop-in replacement for numpy.dot for 2d arrays that is modified to avoid unnecessary memory usage when working with numpy.memmap arrays.