Releases: dwavesystems/dwave-scikit-learn-plugin
Releases · dwavesystems/dwave-scikit-learn-plugin
0.2.0
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.