forked from scikit-learn/scikit-learn
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Adam Li <adam2392@gmail.com>
- Loading branch information
Showing
171 changed files
with
3,708 additions
and
2,436 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 |
---|---|---|
@@ -0,0 +1,48 @@ | ||
cff-version: 1.2.0 | ||
title: scikit-learn | ||
type: software | ||
authors: | ||
- name: "The scikit-learn developers" | ||
message: "If you use scikit-learn in a scientific publication, we would appreciate citations to the following paper:" | ||
preferred-citation: | ||
type: article | ||
title: "Scikit-learn: Machine Learning in Python" | ||
authors: | ||
- family-names: "Pedregosa" | ||
given-names: "Fabian" | ||
- family-names: "Varoquaux" | ||
given-names: "Gaël" | ||
- family-names: "Gramfort" | ||
given-names: "Alexandre" | ||
- family-names: "Michel" | ||
given-names: "Vincent" | ||
- family-names: "Thirion" | ||
given-names: "Bertrand" | ||
- family-names: "Grisel" | ||
given-names: "Olivier" | ||
- family-names: "Blondel" | ||
given-names: "Mathieu" | ||
- family-names: "Prettenhofer" | ||
given-names: "Peter" | ||
- family-names: "Weiss" | ||
given-names: "Ron" | ||
- family-names: "Dubourg" | ||
given-names: "Vincent" | ||
- family-names: "Vanderplas" | ||
given-names: "Jake" | ||
- family-names: "Passos" | ||
given-names: "Alexandre" | ||
- family-names: "Cournapeau" | ||
given-names: "David" | ||
- family-names: "Brucher" | ||
given-names: "Matthieu" | ||
- family-names: "Perrot" | ||
given-names: "Matthieu" | ||
- family-names: "Duchesnay" | ||
given-names: "Édouard" | ||
journal: "Journal of Machine Learning Research" | ||
volume: 12 | ||
start: 2825 | ||
end: 2830 | ||
year: 2011 | ||
url: "https://jmlr.csail.mit.edu/papers/v12/pedregosa11a.html" |
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.12 | ||
# by the following command: | ||
# | ||
# pip-compile --output-file=build_tools/azure/debian_32bit_lock.txt build_tools/azure/debian_32bit_requirements.txt | ||
# | ||
coverage[toml]==7.6.1 | ||
# via pytest-cov | ||
cython==3.0.11 | ||
# via -r build_tools/azure/debian_32bit_requirements.txt | ||
iniconfig==2.0.0 | ||
# via pytest | ||
joblib==1.4.2 | ||
# via -r build_tools/azure/debian_32bit_requirements.txt | ||
meson==1.5.1 | ||
# via meson-python | ||
meson-python==0.16.0 | ||
# via -r build_tools/azure/debian_32bit_requirements.txt | ||
ninja==1.11.1.1 | ||
# via -r build_tools/azure/debian_32bit_requirements.txt | ||
packaging==24.1 | ||
# via | ||
# meson-python | ||
# pyproject-metadata | ||
# pytest | ||
pluggy==1.5.0 | ||
# via pytest | ||
pyproject-metadata==0.8.0 | ||
# via meson-python | ||
pytest==8.3.2 | ||
# via | ||
# -r build_tools/azure/debian_32bit_requirements.txt | ||
# pytest-cov | ||
pytest-cov==5.0.0 | ||
# via -r build_tools/azure/debian_32bit_requirements.txt | ||
threadpoolctl==3.5.0 | ||
# via -r build_tools/azure/debian_32bit_requirements.txt |
10 changes: 5 additions & 5 deletions
10
...azure/debian_atlas_32bit_requirements.txt → ...tools/azure/debian_32bit_requirements.txt
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,10 +1,10 @@ | ||
# DO NOT EDIT: this file is generated from the specification found in the | ||
# following script to centralize the configuration for CI builds: | ||
# build_tools/update_environments_and_lock_files.py | ||
cython==3.0.10 # min | ||
joblib==1.2.0 # min | ||
threadpoolctl==3.1.0 | ||
pytest==7.1.2 # min | ||
pytest-cov==2.9.0 # min | ||
cython | ||
joblib | ||
threadpoolctl | ||
pytest | ||
pytest-cov | ||
ninja | ||
meson-python |
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.