Skip to content

CLN replace authors with the standard line #29250

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 1 addition & 2 deletions benchmarks/bench_covertype.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@

"""

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

import argparse
Expand Down
3 changes: 1 addition & 2 deletions benchmarks/bench_mnist.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
dummy 0.00s 0.01s 0.8973
"""

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

import argparse
Expand Down
4 changes: 1 addition & 3 deletions benchmarks/bench_plot_nmf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
Benchmarks of Non-Negative Matrix Factorization
"""

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

import numbers
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/bench_plot_parallel_pairwise.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Author: Mathieu Blondel <mathieu@mblondel.org>
# Authors: The scikit-learn developers
# SPDX-License-Identifier: BSD-3-Clause
import time

Expand Down
2 changes: 1 addition & 1 deletion benchmarks/bench_plot_polynomial_kernel_approximation.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

"""

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

# Load data manipulation functions
Expand Down
4 changes: 1 addition & 3 deletions benchmarks/bench_rcv1_logreg_convergence.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Authors: Tom Dupre la Tour <tom.dupre-la-tour@m4x.org>
# Olivier Grisel <olivier.grisel@ensta.org>
#
# Authors: The scikit-learn developers
# SPDX-License-Identifier: BSD-3-Clause

import gc
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/bench_sgd_regression.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Author: Peter Prettenhofer <peter.prettenhofer@gmail.com>
# Authors: The scikit-learn developers
# SPDX-License-Identifier: BSD-3-Clause

import gc
Expand Down
4 changes: 1 addition & 3 deletions examples/applications/plot_model_complexity_influence.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@

"""

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

import time
Expand Down
3 changes: 1 addition & 2 deletions examples/applications/plot_out_of_core_classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@

"""

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

import itertools
Expand Down
2 changes: 1 addition & 1 deletion examples/applications/plot_outlier_detection_wine.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
and can therefore model the complex shape of the data much better.
"""

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

# %%
Expand Down
2 changes: 1 addition & 1 deletion examples/applications/plot_prediction_latency.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

"""

# Authors: Eustache Diemert <eustache@diemert.fr>
# Authors: The scikit-learn developers
# SPDX-License-Identifier: BSD-3-Clause

import gc
Expand Down
4 changes: 1 addition & 3 deletions examples/applications/plot_species_distribution_modeling.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@

"""

# Authors: Peter Prettenhofer <peter.prettenhofer@gmail.com>
# Jake Vanderplas <vanderplas@astro.washington.edu>
#
# Authors: The scikit-learn developers
# SPDX-License-Identifier: BSD-3-Clause

from time import time
Expand Down
2 changes: 1 addition & 1 deletion examples/applications/plot_stock_market.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
that are linked tend to fluctuate in relation to each other during a day.
"""

# Author: Gael Varoquaux gael.varoquaux@normalesup.org
# Authors: The scikit-learn developers
# SPDX-License-Identifier: BSD-3-Clause

# %%
Expand Down
2 changes: 1 addition & 1 deletion examples/applications/plot_tomography_l1_reconstruction.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class :class:`~sklearn.linear_model.Lasso`, that uses the coordinate descent

"""

# Author: Emmanuelle Gouillart <emmanuelle.gouillart@nsup.org>
# Authors: The scikit-learn developers
# SPDX-License-Identifier: BSD-3-Clause

import matplotlib.pyplot as plt
Expand Down
4 changes: 1 addition & 3 deletions examples/applications/plot_topics_extraction_with_nmf_lda.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@

"""

# Author: Olivier Grisel <olivier.grisel@ensta.org>
# Lars Buitinck
# Chyi-Kwei Yau <chyikwei.yau@gmail.com>
# Authors: The scikit-learn developers
# SPDX-License-Identifier: BSD-3-Clause

from time import time
Expand Down
2 changes: 1 addition & 1 deletion examples/applications/wikipedia_principal_eigenvector.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

"""

# Author: Olivier Grisel <olivier.grisel@ensta.org>
# Authors: The scikit-learn developers
# SPDX-License-Identifier: BSD-3-Clause

import os
Expand Down
2 changes: 1 addition & 1 deletion examples/bicluster/plot_spectral_biclustering.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
plot the biclusters found.
"""

# Author: Kemal Eren <kemal@kemaleren.com>
# Authors: The scikit-learn developers
# SPDX-License-Identifier: BSD-3-Clause

# %%
Expand Down
2 changes: 1 addition & 1 deletion examples/bicluster/plot_spectral_coclustering.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

"""

# Author: Kemal Eren <kemal@kemaleren.com>
# Authors: The scikit-learn developers
# SPDX-License-Identifier: BSD-3-Clause

import numpy as np
Expand Down
6 changes: 1 addition & 5 deletions examples/calibration/plot_calibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,7 @@

"""

# Authors:
# Mathieu Blondel <mathieu@mblondel.org>
# Alexandre Gramfort <alexandre.gramfort@telecom-paristech.fr>
# Balazs Kegl <balazs.kegl@gmail.com>
# Jan Hendrik Metzen <jhm@informatik.uni-bremen.de>
# Authors: The scikit-learn developers
# SPDX-License-Identifier: BSD-3-Clause

# %%
Expand Down
3 changes: 1 addition & 2 deletions examples/calibration/plot_calibration_curve.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@

"""

# Author: Alexandre Gramfort <alexandre.gramfort@telecom-paristech.fr>
# Jan Hendrik Metzen <jhm@informatik.uni-bremen.de>
# Authors: The scikit-learn developers
# SPDX-License-Identifier: BSD-3-Clause
# %%
# Dataset
Expand Down
2 changes: 1 addition & 1 deletion examples/calibration/plot_calibration_multiclass.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class of an instance (red: class 1, green: class 2, blue: class 3).
# of both the train and valid subsets. This is used when we only want to train
# the classifier but not calibrate the predicted probabilities.

# Author: Jan Hendrik Metzen <jhm@informatik.uni-bremen.de>
# Authors: The scikit-learn developers
# SPDX-License-Identifier: BSD-3-Clause

import numpy as np
Expand Down
2 changes: 1 addition & 1 deletion examples/calibration/plot_compare_calibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"""

# %%
# Author: Jan Hendrik Metzen <jhm@informatik.uni-bremen.de>
# Authors: The scikit-learn developers
# SPDX-License-Identifier: BSD-3-Clause
#
# Dataset
Expand Down
2 changes: 1 addition & 1 deletion examples/classification/plot_classification_probability.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

"""

# Author: Alexandre Gramfort <alexandre.gramfort@inria.fr>
# Authors: The scikit-learn developers
# SPDX-License-Identifier: BSD-3-Clause

import matplotlib.pyplot as plt
Expand Down
2 changes: 1 addition & 1 deletion examples/classification/plot_digits_classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

"""

# Author: Gael Varoquaux <gael dot varoquaux at normalesup dot org>
# Authors: The scikit-learn developers
# SPDX-License-Identifier: BSD-3-Clause

# Standard scientific Python imports
Expand Down
3 changes: 1 addition & 2 deletions examples/cluster/plot_adjusted_for_chance_measures.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
as the "ground truth labels".
"""

# Author: Olivier Grisel <olivier.grisel@ensta.org>
# Arturo Amor <david-arturo.amor-quiroz@inria.fr>
# Authors: The scikit-learn developers
# SPDX-License-Identifier: BSD-3-Clause

# %%
Expand Down
2 changes: 1 addition & 1 deletion examples/cluster/plot_agglomerative_clustering.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

"""

# Authors: Gael Varoquaux, Nelle Varoquaux
# Authors: The scikit-learn developers
# SPDX-License-Identifier: BSD-3-Clause

import time
Expand Down
2 changes: 1 addition & 1 deletion examples/cluster/plot_agglomerative_clustering_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

"""

# Author: Gael Varoquaux
# Authors: The scikit-learn developers
# SPDX-License-Identifier: BSD-3-Clause

import matplotlib.patheffects as PathEffects
Expand Down
2 changes: 1 addition & 1 deletion examples/cluster/plot_agglomerative_dendrogram.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Authors: Mathew Kallada, Andreas Mueller
# Authors: The scikit-learn developers
# SPDX-License-Identifier: BSD-3-Clause
"""
=========================================
Expand Down
3 changes: 1 addition & 2 deletions examples/cluster/plot_birch_vs_minibatchkmeans.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@

"""

# Authors: Manoj Kumar <manojkumarsivaraj334@gmail.com
# Alexandre Gramfort <alexandre.gramfort@telecom-paristech.fr>
# Authors: The scikit-learn developers
# SPDX-License-Identifier: BSD-3-Clause

from itertools import cycle
Expand Down
4 changes: 1 addition & 3 deletions examples/cluster/plot_coin_segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@
that directly determines the partition in the embedding space.
"""

# Author: Gael Varoquaux <gael.varoquaux@normalesup.org>
# Brian Cheung
# Andrew Knyazev <Andrew.Knyazev@ucdenver.edu>
# Authors: The scikit-learn developers
# SPDX-License-Identifier: BSD-3-Clause

import time
Expand Down
3 changes: 1 addition & 2 deletions examples/cluster/plot_coin_ward_segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@

"""

# Author : Vincent Michel, 2010
# Alexandre Gramfort, 2011
# Authors: The scikit-learn developers
# SPDX-License-Identifier: BSD-3-Clause

# %%
Expand Down
5 changes: 1 addition & 4 deletions examples/cluster/plot_color_quantization.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@

"""

# Authors: Robert Layton <robertlayton@gmail.com>
# Olivier Grisel <olivier.grisel@ensta.org>
# Mathieu Blondel <mathieu@mblondel.org>
#
# Authors: The scikit-learn developers
# SPDX-License-Identifier: BSD-3-Clause

from time import time
Expand Down
2 changes: 1 addition & 1 deletion examples/cluster/plot_digits_linkage.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

"""

# Authors: Gael Varoquaux
# Authors: The scikit-learn developers
# SPDX-License-Identifier: BSD-3-Clause

from time import time
Expand Down
3 changes: 1 addition & 2 deletions examples/cluster/plot_face_compress.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
to perform vector quantization on a set of toy image, the raccoon face.
"""

# Authors: Gael Varoquaux
# Jaques Grobler
# Authors: The scikit-learn developers
# SPDX-License-Identifier: BSD-3-Clause

# %%
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

"""

# Author: Alexandre Gramfort <alexandre.gramfort@inria.fr>
# Authors: The scikit-learn developers
# SPDX-License-Identifier: BSD-3-Clause

# %%
Expand Down
3 changes: 1 addition & 2 deletions examples/cluster/plot_kmeans_assumptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@

"""

# Author: Phil Roth <mr.phil.roth@gmail.com>
# Arturo Amor <david-arturo.amor-quiroz@inria.fr>
# Authors: The scikit-learn developers
# SPDX-License-Identifier: BSD-3-Clause

# %%
Expand Down
2 changes: 1 addition & 1 deletion examples/cluster/plot_kmeans_stability_low_dim_dense.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

"""

# Author: Olivier Grisel <olivier.grisel@ensta.org>
# Authors: The scikit-learn developers
# SPDX-License-Identifier: BSD-3-Clause

import matplotlib.cm as cm
Expand Down
3 changes: 1 addition & 2 deletions examples/cluster/plot_optics.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@

"""

# Authors: Shane Grigsby <refuge@rocktalus.com>
# Adrin Jalali <adrin.jalali@gmail.com>
# Authors: The scikit-learn developers
# SPDX-License-Identifier: BSD-3-Clause

import matplotlib.gridspec as gridspec
Expand Down
3 changes: 1 addition & 2 deletions examples/cluster/plot_segmentation_toy.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@

"""

# Authors: Emmanuelle Gouillart <emmanuelle.gouillart@normalesup.org>
# Gael Varoquaux <gael.varoquaux@normalesup.org>
# Authors: The scikit-learn developers
# SPDX-License-Identifier: BSD-3-Clause

# %%
Expand Down
4 changes: 1 addition & 3 deletions examples/cluster/plot_ward_structured_vs_unstructured.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@

"""

# Authors : Vincent Michel, 2010
# Alexandre Gramfort, 2010
# Gael Varoquaux, 2010
# Authors: The scikit-learn developers
# SPDX-License-Identifier: BSD-3-Clause

import time as time
Expand Down
3 changes: 1 addition & 2 deletions examples/compose/plot_column_transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@

"""

# Author: Matt Terry <matt.terry@gmail.com>
#
# Authors: The scikit-learn developers
# SPDX-License-Identifier: BSD-3-Clause

import numpy as np
Expand Down
3 changes: 1 addition & 2 deletions examples/compose/plot_column_transformer_mixed_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@

"""

# Author: Pedro Morales <part.morales@gmail.com>
#
# Authors: The scikit-learn developers
# SPDX-License-Identifier: BSD-3-Clause

# %%
Expand Down
Loading