forked from scikit-learn/scikit-learn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH Implement
inverse_transform
in DictionaryLearning
, `SparseCod…
…er` and `MiniBatchDictionaryLearning` (scikit-learn#30443) Co-authored-by: Jérémie du Boisberranger <[email protected]>
- Loading branch information
1 parent
7f0215f
commit 4ad187a
Showing
3 changed files
with
75 additions
and
3 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
doc/whats_new/upcoming_changes/sklearn.decomposition/30443.feature.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
- :class:`~sklearn.decomposition.DictionaryLearning`, | ||
:class:`~sklearn.decomposition.SparseCoder` and | ||
:class:`~sklearn.decomposition.MiniBatchDictionaryLearning` now have a | ||
``inverse_transform`` method. By :user:`Rémi Flamary <rflamary>` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters