Skip to content

Commit 9931e34

Browse files
committed
Authors: Update based on scikit-learn#3067
1 parent 47080ec commit 9931e34

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

AUTHORS.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,5 @@ People
8989
* `Arnaud Joly <http://www.ajoly.org>`_
9090

9191
* `Kemal Eren <http://www.kemaleren.com>`_
92+
93+
* `Michael Becker <http://beckerfuffle.com>`_

sklearn/decomposition/truncated_svd.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"""
33

44
# Author: Lars Buitinck <[email protected]>
5+
# Olivier Grisel <[email protected]>
6+
# Michael Becker <[email protected]>
57
# License: 3-clause BSD.
68

79
import warnings

0 commit comments

Comments
 (0)