8000 MAINT remove my email address · raghavrv/scikit-learn@2e4aafd · GitHub
[go: up one dir, main page]

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 <olivier.grisel@ensta.org>
20-
# Lars Buitinck <L.J.Buitinck@uva.nl>
20+
# Lars Buitinck
2121
# Chyi-Kwei Yau <chyikwei.yau@gmail.com>
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 <peter.prettenhofer@gmail.com>
2020
# Olivier Grisel <olivier.grisel@ensta.org>
2121
# Mathieu Blondel <mathieu@mblondel.org>
22-
# Lars Buitinck <L.J.Buitinck@uva.nl>
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 <peter.prettenhofer@gmail.com>
53-
# Lars Buitinck <L.J.Buitinck@uva.nl>
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 <L.J.Buitinck@uva.nl>
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 <peter.prettenhofer@gmail.com>
66
# Olivier Grisel <olivier.grisel@ensta.org>
7-
# Lars Buitinck <larsmans@gmail.com>
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 <mathieu@mblondel.org>
4-
# Lars Buitinck <L.J.Buitinck@uva.nl>
4+
# Lars Buitinck
55
# Olivier Grisel <olivier.grisel@ensta.org>
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 <L.J.Buitinck@uva.nl>
13+
# Author: Lars Buitinck
1414
# Peter Prettenhofer <peter.prettenhofer@gmail.com>
1515
# License: BSD 3 clause
1616

sklearn/datasets/svmlight_format.py

Lines changed: 1 addition & 1 deletion
< 10000 tr class="diff-line-row">
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"""
1212

1313
# Authors: Mathieu Blondel <mathieu@mblondel.org>
14-
# Lars Buitinck <L.J.Buitinck@uva.nl>
14+
# Lars Buitinck
1515
# Olivier Grisel <olivier.grisel@ensta.org>
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 <L.J.Buitinck@uva.nl>
4+
# Lars Buitinck
55
# Mathieu Blondel <mathieu@mblondel.org>
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 <L.J.Buitinck@uva.nl>
4+
# Author: Lars Buitinck
55
# Olivier Grisel <olivier.grisel@ensta.org>
66
# Michael Becker <mike@beckerfuffle.com>
77
# License: 3-clause BSD.

sklearn/externals/joblib/disk.py

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

55
# Authors: Gael Varoquaux <gael dot varoquaux at normalesup dot org>
6-
# Lars Buitinck <L.J.Buitinck@uva.nl>
6+
# Lars Buitinck
77
# Copyright (c) 2010 Gael Varoquaux
88
# License: BSD Style, 3 clauses.
99

sklearn/feature_extraction/_hashing.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Author: Lars Buitinck <L.J.Buitinck@uva.nl>
1+
# Author: Lars Buitinck
22
# License: BSD 3 clause
33

44
import array

sklearn/feature_extraction/hashing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Author: Lars Buitinck <L.J.Buitinck@uva.nl>
1+
# Author: Lars Buitinck
22
# License: BSD 3 clause
33

44
import numbers

sklearn/feature_extraction/tests/test_dict_vectorizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Authors: Lars Buitinck <L.J.Buitinck@uva.nl>
1+
# Authors: Lars Buitinck
22
# Dan Blanchard <dblanchard@ets.org>
33
# License: BSD 3 clause
44

sklearn/feature_extraction/text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
# Authors: Olivier Grisel <olivier.grisel@ensta.org>
33
# Mathieu Blondel <mathieu@mblondel.org>
4-
# Lars Buitinck <L.J.Buitinck@uva.nl>
4+
# Lars Buitinck
55
# Robert Layton <robertlayton@gmail.com>
66
# Jochen Wersdörfer <jochen@wersdoerfer.de>
77
# Roman Sinayev <roman.sinayev@gmail.com>

sklearn/feature_selection/variance_threshold.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Author: Lars Buitinck <L.J.Buitinck@uva.nl>
1+
# Author: Lars Buitinck
22
# License: 3-clause BSD
33

44
import numpy as np

sklearn/linear_model/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Vincent Michel <vincent.michel@inria.fr>
99
# Peter Prettenhofer <peter.prettenhofer@gmail.com>
1010
# Mathieu Blondel <mathieu@mblondel.org>
11-
# Lars Buitinck <L.J.Buitinck@uva.nl>
11+
# Lars Buitinck
1212
# Maryan Morel <maryan.morel@polytechnique.edu>
1313
# Giorgio Patrini <giorgio.patrini@anu.edu.au>
1414
# License: BSD 3 clause

sklearn/metrics/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Olivier Grisel <olivier.grisel@ensta.org>
88
# Arnaud Joly <a.joly@ulg.ac.be>
99
# Jochen Wersdorfer <jochen@wersdoerfer.de>
10-
# Lars Buitinck <L.J.Buitinck@uva.nl>
10+
# Lars Buitinck
1111
# Joel Nothman <joel.nothman@gmail.com>
1212
# Noel Dawe <noel@dawe.me>
1313
# License: BSD 3 clause

sklearn/metrics/classification.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# Olivier Grisel <olivier.grisel@ensta.org>
1313
# Arnaud Joly <a.joly@ulg.ac.be>
1414
# Jochen Wersdorfer <jochen@wersdoerfer.de>
15-
# Lars Buitinck <L.J.Buitinck@uva.nl>
15+
# Lars Buitinck
1616
# Joel Nothman <joel.nothman@gmail.com>
1717
# Noel Dawe <noel@dawe.me>
1818
# Jatin Shah <jatindshah@gmail.com>

sklearn/metrics/pairwise.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Robert Layton <robertlayton@gmail.com>
66
# Andreas Mueller <amueller@ais.uni-bonn.de>
77
# Philippe Gervais <philippe.gervais@inria.fr>
8-
# Lars Buitinck <larsmans@gmail.com>
8+
# Lars Buitinck
99
# Joel Nothman <joel.nothman@gmail.com>
1010
# License: BSD 3 clause
1111

sklearn/metrics/ranking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# Olivier Grisel <olivier.grisel@ensta.org>
1313
# Arnaud Joly <a.joly@ulg.ac.be>
1414
# Jochen Wersdorfer <jochen@wersdoerfer.de>
15-
# Lars Buitinck <L.J.Buitinck@uva.nl>
15+
# Lars Buitinck
1616
# Joel Nothman <joel.nothman@gmail.com>
1717
# Noel Dawe <noel@dawe.me>
1818
# License: BSD 3 clause

sklearn/metrics/regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# Olivier Grisel <olivier.grisel@ensta.org>
1313
# Arnaud Joly <a.joly@ulg.ac.be>
1414
# Jochen Wersdorfer <jochen@wersdoerfer.de>
15-
# Lars Buitinck <L.J.Buitinck@uva.nl>
15+
# Lars Buitinck
1616
# Joel Nothman <joel.nothman@gmail.com>
1717
# Noel Dawe <noel@dawe.me>
1818
# Manoj Kumar <manojkumarsivaraj334@gmail.com>

sklearn/metrics/scorer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"""
1515

1616
# Authors: Andreas Mueller <amueller@ais.uni-bonn.de>
17-
# Lars Buitinck <L.J.Buitinck@uva.nl>
17+
# Lars Buitinck
1818
# Arnaud Joly <arnaud.v.joly@gmail.com>
1919
# License: Simplified BSD
2020

sklearn/naive_bayes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# Minor fixes by Fabian Pedregosa
1111
# Amit Aides <amitibo@tx.technion.ac.il>
1212
# Yehuda Finkelstein <yehudaf@tx.technion.ac.il>
13-
# Lars Buitinck <L.J.Buitinck@uva.nl>
13+
# Lars Buitinck
1414
# Jan Hendrik Metzen <jhm@informatik.uni-bremen.de>
1515
# (parts based on earlier work by Mathieu Blondel)
1616
#

sklearn/neighbors/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Authors: Jake Vanderplas <vanderplas@astro.washington.edu>
33
# Fabian Pedregosa <fabian.pedregosa@inria.fr>
44
# Alexandre Gramfort <alexandre.gramfort@inria.fr>
5-
# Sparseness support by Lars Buitinck <L.J.Buitinck@uva.nl>
5+
# Sparseness support by Lars Buitinck
66
# Multi-output support by Arnaud Joly <a.joly@ulg.ac.be>
77
#
88
# License: BSD 3 clause (C) INRIA, University of Amsterdam

sklearn/neighbors/classification.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Authors: Jake Vanderplas <vanderplas@astro.washington.edu>
44
# Fabian Pedregosa <fabian.pedregosa@inria.fr>
55
# Alexandre Gramfort <alexandre.gramfort@inria.fr>
6-
# Sparseness support by Lars Buitinck <L.J.Buitinck@uva.nl>
6+
# Sparseness support by Lars Buitinck
77
# Multi-output support by Arnaud Joly <a.joly@ulg.ac.be>
88
#
99
# License: BSD 3 clause (C) INRIA, University of Amsterdam

sklearn/neighbors/regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Authors: Jake Vanderplas <vanderplas@astro.washington.edu>
44
# Fabian Pedregosa <fabian.pedregosa@inria.fr>
55
# Alexandre Gramfort <alexandre.gramfort@inria.fr>
6-
# Sparseness support by Lars Buitinck <L.J.Buitinck@uva.nl>
6+
# Sparseness support by Lars Buitinck
77
# Multi-output support by Arnaud Joly <a.joly@ulg.ac.be>
88
#
99
# License: BSD 3 clause (C) INRIA, University of Amsterdam

sklearn/tree/_criterion.pyx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Brian Holt <bdholt1@gmail.com>
88
# Noel Dawe <noel@dawe.me>
99
# Satrajit Gosh <satrajit.ghosh@gmail.com>
10-
# Lars Buitinck <L.J.Buitinck@uva.nl>
10+
# Lars Buitinck
1111
# Arnaud Joly <arnaud.v.joly@gmail.com>
1212
# Joel Nothman <joel.nothman@gmail.com>
1313
# Fares Hedayati <fares.hedayati@gmail.com>
@@ -1021,4 +1021,3 @@ cdef class FriedmanMSE(MSE):
10211021

10221022
return (diff * diff / (self.weighted_n_left * self.weighted_n_right *
10231023
self.weighted_n_node_samples))
1024-

sklearn/tree/_splitter.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Brian Holt <bdholt1@gmail.com>
88
# Noel Dawe <noel@dawe.me>
99
# Satrajit Gosh <satrajit.ghosh@gmail.com>
10-
# Lars Buitinck <L.J.Buitinck@uva.nl>
10+
# Lars Buitinck
1111
# Arnaud Joly <arnaud.v.joly@gmail.com>
1212
# Joel Nothman <joel.nothman@gmail.com>
1313
# Fares Hedayati <fares.hedayati@gmail.com>

sklearn/tree/_tree.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Brian Holt <bdholt1@gmail.com>
88
# Noel Dawe <noel@dawe.me>
99
# Satrajit Gosh <satrajit.ghosh@gmail.com>
10-
# Lars Buitinck <L.J.Buitinck@uva.nl>
10+
# Lars Buitinck
1111
# Arnaud Joly <arnaud.v.joly@gmail.com>
1212
# Joel Nothman <joel.nothman@gmail.com>
1313
# Fares Hedayati <fares.hedayati@gmail.com>

sklearn/utils/weight_vector.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# cython: wraparound=False
44
#
55
# Author: Peter Prettenhofer <peter.prettenhofer@gmail.com>
6-
# Lars Buitinck <larsmans@gmail.com>
6+
# Lars Buitinck
77
# Danny Sullivan <dsullivan7@hotmail.com>
88
#
99
# Licence: BSD 3 clause

0 commit comments

Comments
 (0)
0