Releases: dwavesystems/dwave-scikit-learn-plugin
Releases · dwavesystems/dwave-scikit-learn-plugin
0.1.0
0.0.1
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 fornumpy.cov
that is modified to avoid unnecessary memory usage when working withnumpy.memmap
arrays.
- Add
dwave.plugins.sklearn.utilities.corrcoef
function. A drop-in replacement fornumpy.corrcoef
that is modified to avoid unnecessary memory usage when working withnumpy.memmap
arrays.
- Add
dwave.plugins.sklearn.utilities.dot_2d
function. A drop-in replacement fornumpy.dot
for 2d arrays that is modified to avoid unnecessary memory usage when working withnumpy.memmap
arrays.