Skip to content

Commit

Permalink
Merge pull request #124 from scikit-learn-contrib/dev
Browse files Browse the repository at this point in the history
history written
  • Loading branch information
JulienRoussel77 authored Feb 28, 2024
2 parents 381996b + 8708ed7 commit eaf6cb0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
History
=======

0.1.2 (2024-02-28)
------------------

* RPCA Noisy now has separate fit and transform methods, allowing to impute efficiently new data without retraining
* The class ImputerRPCA has been splitted between a class ImputerRpcaNoisy, which can fit then transform, and a class ImputerRpcaPcp which can only fit_transform
* The class SoftImpute has been recoded to better fit the architecture, and is more tested
* The class RPCANoisy now relies on sparse matrices for H, speeding it up for large instances

0.1.1 (2023-11-03)
-------------------

Expand Down

0 comments on commit eaf6cb0

Please sign in to comment.