forked from scikit-learn/scikit-learn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MNT replace authors and license with standard text (scikit-learn#30511)
- Loading branch information
1 parent
4ad187a
commit 485d39c
Showing
31 changed files
with
56 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,12 +11,6 @@ | |
We use the Diabetes dataset, which consists of 10 features collected from 442 | ||
diabetes patients. | ||
Authors: `Manoj Kumar <[email protected]>`_, | ||
`Maria Telenczuk <https://github.com/maikia>`_, Nicolas Hug. | ||
License: BSD 3 clause | ||
""" | ||
|
||
# Authors: The scikit-learn developers | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
# Minimum spanning tree single linkage implementation for hdbscan | ||
# Authors: Leland McInnes <[email protected]> | ||
# Steve Astels <[email protected]> | ||
# Meekail Zain <[email protected]> | ||
# Copyright (c) 2015, Leland McInnes | ||
# All rights reserved. | ||
|
||
# Authors: The scikit-learn developers | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
|
||
# Redistribution and use in source and binary forms, with or without | ||
# modification, are permitted provided that the following conditions are met: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
# mutual reachability distance computations | ||
# Authors: Leland McInnes <[email protected]> | ||
# Meekail Zain <[email protected]> | ||
# Guillaume Lemaitre <[email protected]> | ||
# Copyright (c) 2015, Leland McInnes | ||
# All rights reserved. | ||
|
||
# Authors: The scikit-learn developers | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
|
||
# Redistribution and use in source and binary forms, with or without | ||
# modification, are permitted provided that the following conditions are met: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,13 +6,6 @@ | |
# Authors: The scikit-learn developers | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
|
||
# Authors: Leland McInnes <[email protected]> | ||
# Steve Astels <[email protected]> | ||
# John Healy <[email protected]> | ||
# Meekail Zain <[email protected]> | ||
# Copyright (c) 2015, Leland McInnes | ||
# All rights reserved. | ||
|
||
# Redistribution and use in source and binary forms, with or without | ||
# modification, are permitted provided that the following conditions are met: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
# Author: Gael Varoquaux <[email protected]> | ||
# Authors: The scikit-learn developers | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
|
||
import numpy as np | ||
cimport cython | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,6 @@ | |
These routines execute the OPTICS algorithm, and implement various | ||
cluster extraction methods of the ordered list. | ||
Authors: Shane Grigsby <[email protected]> | ||
Adrin Jalali <[email protected]> | ||
Erich Schubert <[email protected]> | ||
Hanmin Qin <[email protected]> | ||
License: BSD 3 clause | ||
""" | ||
|
||
# Authors: The scikit-learn developers | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
sklearn/ensemble/_hist_gradient_boosting/_gradient_boosting.pyx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,16 +9,11 @@ Generated file: sag_fast.pyx | |
|
||
Each class is duplicated for all dtypes (float and double). The keywords | ||
between double braces are substituted during the build. | ||
|
||
Authors: Danny Sullivan <[email protected]> | ||
Tom Dupre la Tour <[email protected]> | ||
Arthur Mensch <[email protected] | ||
Arthur Imbert <[email protected]> | ||
Joan Massich <[email protected]> | ||
|
||
License: BSD 3 clause | ||
""" | ||
|
||
# Authors: The scikit-learn developers | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
|
||
# name_suffix, c_type, np_type | ||
dtypes = [('64', 'double', 'np.float64'), | ||
('32', 'float', 'np.float32')] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,15 +8,11 @@ Generated file: _sgd_fast.pyx | |
|
||
Each relevant function is duplicated for the dtypes float and double. | ||
The keywords between double braces are substituted during the build. | ||
|
||
Authors: Peter Prettenhofer <[email protected]> | ||
Mathieu Blondel (partial_fit support) | ||
Rob Zinkov (passive-aggressive) | ||
Lars Buitinck | ||
|
||
License: BSD 3 clause | ||
""" | ||
|
||
# Authors: The scikit-learn developers | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
|
||
# The dtypes are defined as follows (name_suffix, c_type, np_type) | ||
dtypes = [ | ||
("64", "double", "np.float64"), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Author: Christopher Moody <[email protected]> | ||
# Author: Nick Travers <[email protected]> | ||
# Implementation by Chris Moody & Nick Travers | ||
# Authors: The scikit-learn developers | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
|
||
# See http://homepage.tudelft.nl/19j49/t-SNE.html for reference | ||
# implementations and papers describing the technique | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,14 +14,11 @@ implementation_specific_values = [ | |
# KD Tree and Ball Tree | ||
# ===================== | ||
# | ||
# Author: Jake Vanderplas <[email protected]>, 2012-2013 | ||
# Omar Salman <[email protected]> | ||
# | ||
# License: BSD | ||
# | ||
# _binary_tree.pxi is generated and is then literally Cython included in | ||
# ball_tree.pyx and kd_tree.pyx. See ball_tree.pyx.tp and kd_tree.pyx.tp. | ||
|
||
# Authors: The scikit-learn developers | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
}} | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Author: Thomas Moreau <[email protected]> | ||
# Author: Olivier Grisel <[email protected]> | ||
# Authors: The scikit-learn developers | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
|
||
# See quad_tree.pyx for details. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Author: Thomas Moreau <[email protected]> | ||
# Author: Olivier Grisel <[email protected]> | ||
# Authors: The scikit-learn developers | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
|
||
|
||
from cpython cimport Py_INCREF, PyObject, PyTypeObject | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,9 +17,9 @@ | |
* but libsvm does not expose this structure, so we define it here | ||
* along some utilities to convert from numpy arrays. | ||
* | ||
* License: BSD 3 clause | ||
* Authors: The scikit-learn developers | ||
* SPDX-License-Identifier: BSD-3-Clause | ||
* | ||
* Author: 2010 Fabian Pedregosa <[email protected]> | ||
*/ | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,14 +9,11 @@ Generated file: _seq_dataset.pyx | |
|
||
Each class is duplicated for all dtypes (float and double). The keywords | ||
between double braces are substituted during the build. | ||
|
||
Author: Peter Prettenhofer <[email protected]> | ||
Arthur Imbert <[email protected]> | ||
Joan Massich <[email protected]> | ||
|
||
License: BSD 3 clause | ||
""" | ||
|
||
# Authors: The scikit-learn developers | ||
# SPDX-License-Identifier: BSD-3-Clause | ||
|
||
# name_suffix, c_type, np_type | ||
dtypes = [('64', 'float64_t', 'np.float64'), | ||
('32', 'float32_t', 'np.float32')] | ||
|