Skip to content

Releases: dwavesystems/dwave-scikit-learn-plugin

0.2.0

Choose a tag to compare

@thisac thisac released this 15 Aug 18:15

Upgrade Notes

  • Update the plugin to work with the NL solver.

  • Updated to test the nonlinear version of transformers.py.

Other Notes

  • Updated README.md to include usage instructions and explanations for the new nonlinear solver backend.

0.1.0

Choose a tag to compare

@arcondello arcondello released this 20 Mar 17:55
ee8e283

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

Choose a tag to compare

@arcondello arcondello released this 15 Mar 00:50
026c9d7

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.