Skip to content

Commit 51c8e0e

Browse files
authored
CLN replace authors with the standard line (scikit-learn#29250)
1 parent 97f5818 commit 51c8e0e

File tree

320 files changed

+320
-876
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

320 files changed

+320
-876
lines changed

benchmarks/bench_covertype.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,7 @@
4141
4242
"""
4343

44-
# Author: Peter Prettenhofer <peter.prettenhofer@gmail.com>
45-
# Arnaud Joly <arnaud.v.joly@gmail.com>
44+
# Authors: The scikit-learn developers
4645
# SPDX-License-Identifier: BSD-3-Clause
4746

4847
import argparse

benchmarks/bench_mnist.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
dummy 0.00s 0.01s 0.8973
2727
"""
2828

29-
# Author: Issam H. Laradji
30-
# Arnaud Joly <arnaud.v.joly@gmail.com>
29+
# Authors: The scikit-learn developers
3130
# SPDX-License-Identifier: BSD-3-Clause
3231

3332
import argparse

benchmarks/bench_plot_nmf.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
Benchmarks of Non-Negative Matrix Factorization
33
"""
44

5-
# Authors: Tom Dupre la Tour (benchmark)
6-
# Chih-Jen Linn (original projected gradient NMF implementation)
7-
# Anthony Di Franco (projected gradient, Python and NumPy port)
5+
# Authors: The scikit-learn developers
86
# SPDX-License-Identifier: BSD-3-Clause
97

108
import numbers

benchmarks/bench_plot_parallel_pairwise.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Author: Mathieu Blondel <mathieu@mblondel.org>
1+
# Authors: The scikit-learn developers
22
# SPDX-License-Identifier: BSD-3-Clause
33
import time
44

benchmarks/bench_plot_polynomial_kernel_approximation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
4040
"""
4141

42-
# Author: Daniel Lopez-Sanchez <lope@usal.es>
42+
# Authors: The scikit-learn developers
4343
# SPDX-License-Identifier: BSD-3-Clause
4444

4545
# Load data manipulation functions

benchmarks/bench_rcv1_logreg_convergence.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# Authors: Tom Dupre la Tour <tom.dupre-la-tour@m4x.org>
2-
# Olivier Grisel <olivier.grisel@ensta.org>
3-
#
1+
# Authors: The scikit-learn developers
42
# SPDX-License-Identifier: BSD-3-Clause
53

64
import gc

benchmarks/bench_sgd_regression.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Author: Peter Prettenhofer <peter.prettenhofer@gmail.com>
1+
# Authors: The scikit-learn developers
22
# SPDX-License-Identifier: BSD-3-Clause
33

44
import gc

examples/applications/plot_model_complexity_influence.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@
3636
3737
"""
3838

39-
# Authors: Eustache Diemert <eustache@diemert.fr>
40-
# Maria Telenczuk <https://github.com/maikia>
41-
# Guillaume Lemaitre <g.lemaitre58@gmail.com>
39+
# Authors: The scikit-learn developers
4240
# SPDX-License-Identifier: BSD-3-Clause
4341

4442
import time

examples/applications/plot_out_of_core_classification.py

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

17-
# Authors: Eustache Diemert <eustache@diemert.fr>
18-
# @FedericoV <https://github.com/FedericoV/>
17+
# Authors: The scikit-learn developers
1918
# SPDX-License-Identifier: BSD-3-Clause
2019

2120
import itertools

examples/applications/plot_outlier_detection_wine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
and can therefore model the complex shape of the data much better.
2424
"""
2525

26-
# Author: Virgile Fritsch <virgile.fritsch@inria.fr>
26+
# Authors: The scikit-learn developers
2727
# SPDX-License-Identifier: BSD-3-Clause
2828

2929
# %%

0 commit comments

Comments
 (0)