Skip to content

Commit 2e4aafd

Browse files
committed
MAINT remove my email address
I'm getting too many individual support requests. People should use the mailing list.
1 parent 94e2768 commit 2e4aafd

31 files changed

+31
-32
lines changed

examples/applications/topics_extraction_with_nmf_lda.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"""
1818

1919
# Author: Olivier Grisel <[email protected]>
20-
# Lars Buitinck <[email protected]>
20+
# Lars Buitinck
2121
# Chyi-Kwei Yau <[email protected]>
2222
# License: BSD 3 clause
2323

examples/text/document_classification_20newsgroups.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# Author: Peter Prettenhofer <[email protected]>
2020
# Olivier Grisel <[email protected]>
2121
# Mathieu Blondel <[email protected]>
22-
# Lars Buitinck <[email protected]>
22+
# Lars Buitinck
2323
# License: BSD 3 clause
2424

2525
from __future__ import print_function

examples/text/document_clustering.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"""
5151

5252
# Author: Peter Prettenhofer <[email protected]>
53-
# Lars Buitinck <[email protected]>
53+
# Lars Buitinck
5454
# License: BSD 3 clause
5555

5656
from __future__ import print_function

examples/text/hashing_vs_dict_vectorizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
for FeatureHasher is to be expected due to hash collisions.
1616
"""
1717

18-
# Author: Lars Buitinck <[email protected]>
18+
# Author: Lars Buitinck
1919
# License: BSD 3 clause
2020

2121
from __future__ import print_function

sklearn/cluster/_k_means.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
# Author: Peter Prettenhofer <[email protected]>
66
# Olivier Grisel <[email protected]>
7-
# Lars Buitinck <[email protected]>
7+
# Lars Buitinck
88
#
99
# Licence: BSD 3 clause
1010

sklearn/datasets/_svmlight_format.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Optimized inner loop of load_svmlight_file.
22
#
33
# Authors: Mathieu Blondel <[email protected]>
4-
# Lars Buitinck <[email protected]>
4+
# Lars Buitinck
55
# Olivier Grisel <[email protected]>
66
# License: BSD 3 clause
77

sklearn/datasets/covtype.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Courtesy of Jock A. Blackard and Colorado State University.
1111
"""
1212

13-
# Author: Lars Buitinck <[email protected]>
13+
# Author: Lars Buitinck
1414
# Peter Prettenhofer <[email protected]>
1515
# License: BSD 3 clause
1616

sklearn/datasets/svmlight_format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"""
1212

1313
# Authors: Mathieu Blondel <[email protected]>
14-
# Lars Buitinck <[email protected]>
14+
# Lars Buitinck
1515
# Olivier Grisel <[email protected]>
1616
# License: BSD 3 clause
1717

sklearn/decomposition/nmf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
""" Non-negative matrix factorization
22
"""
33
# Author: Vlad Niculae
4-
# Lars Buitinck <[email protected]>
4+
# Lars Buitinck
55
# Mathieu Blondel <[email protected]>
66
# Tom Dupre la Tour
77
# Author: Chih-Jen Lin, National Taiwan University (original projected gradient

sklearn/decomposition/truncated_svd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Truncated SVD for sparse matrices, aka latent semantic analysis (LSA).
22
"""
33

4-
# Author: Lars Buitinck <[email protected]>
4+
# Author: Lars Buitinck
55
# Olivier Grisel <[email protected]>
66
# Michael Becker <[email protected]>
77
# License: 3-clause BSD.

0 commit comments

Comments
 (0)