Releases: dwavesystems/dwave-scikit-learn-plugin
Releases · dwavesystems/dwave-scikit-learn-plugin
Release list
0.2.0
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
New Features
- Apply a label to the problems submitted to Leap.
Bug Fixes
- Fix
SelectFromQuadraticModelto handle the case whenXhas a column with all equal values.
0.0.1
Prelude
Initial release of dwave-scikit-learn-plugin.
New Features
- Add
SelectFromQuadraticModelclass for feature selection.
- Add
dwave.plugins.sklearn.utilities.covfunction. A drop-in replacement fornumpy.covthat is modified to avoid unnecessary memory usage when working withnumpy.memmaparrays.
- Add
dwave.plugins.sklearn.utilities.corrcoeffunction. A drop-in replacement fornumpy.corrcoefthat is modified to avoid unnecessary memory usage when working withnumpy.memmaparrays.
- Add
dwave.plugins.sklearn.utilities.dot_2dfunction. A drop-in replacement fornumpy.dotfor 2d arrays that is modified to avoid unnecessary memory usage when working withnumpy.memmaparrays.