Skip to content

Releases: dwavesystems/dwave-scikit-learn-plugin

0.2.0

15 Aug 18:15

Choose a tag to compare

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

20 Mar 17:55
ee8e283

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

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.