Thanks to visit codestin.com
Credit goes to github.com
Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
equialgo
/
scikit-learn
Public
forked from
scikit-learn/scikit-learn
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
scikit-learn
setup.py
on
fix-issue-5696
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 9, 2016
Revert "CI report which doc files were likely affected (#7938)"
amueller
authored and
jnothman
committed
b7a1ad2
View commit details
Copy full SHA for b7a1ad2
View code at this point
Browse repository at this point
Commits on Nov 23, 2016
[MRG+1] Dropping python 2.6 support (#7890)
Show description for e5bf61e
lesteve
authored and
amueller
committed
e5bf61e
View commit details
Copy full SHA for e5bf61e
View code at this point
Browse repository at this point
Commits on Nov 2, 2016
[MRG+2] BUILD Rewrite setup.py files to handle cython dependencies (#7719)
Show description for 6a2d8d5
lesteve
authored and
jnothman
committed
6a2d8d5
View commit details
Copy full SHA for 6a2d8d5
View code at this point
Browse repository at this point
Commits on Sep 14, 2016
FIX missing import in setup.py
ogrisel
committed
b1bd976
View commit details
Copy full SHA for b1bd976
View code at this point
Browse repository at this point
ENH: display the original exception (#5906)
Show description for db4e244
GaelVaroquaux
authored and
amueller
committed
db4e244
View commit details
Copy full SHA for db4e244
View code at this point
Browse repository at this point
Commits on Aug 31, 2016
BLD: Add 'alldeps' extra for installing with pip (#6990)
Show description for 6297815
taion
authored and
jnothman
committed
6297815
View commit details
Copy full SHA for 6297815
View code at this point
Browse repository at this point
Commits on Aug 22, 2016
update setup.py PyPI trove classifier section (#7197)
Show description for 39a04f1
rasbt
authored and
amueller
committed
39a04f1
View commit details
Copy full SHA for 39a04f1
View code at this point
Browse repository at this point
Commits on Feb 18, 2016
enh: reorganize build files
Show description for 4b7a0e0
nelson-liu
committed
4b7a0e0
View commit details
Copy full SHA for 4b7a0e0
View code at this point
Browse repository at this point
Commits on Feb 14, 2016
BLD: fix build issue introduced by gh-5492.
Show description for 6ffc85e
rgommers
committed
6ffc85e
View commit details
Copy full SHA for 6ffc85e
View code at this point
Browse repository at this point
Commits on Nov 4, 2015
C file removal + cython build + Travis build cache
arthurmensch
authored and
Arthur Mensch
committed
986fb60
View commit details
Copy full SHA for 986fb60
View code at this point
Browse repository at this point
Commits on Sep 11, 2015
Added output of out-of-date SciPy/NumPy versions to setup.py, if detected
acganesh
committed
1fdfd23
View commit details
Copy full SHA for 1fdfd23
View code at this point
Browse repository at this point
Commits on Sep 3, 2015
Made setup.py pep8 compliant
acganesh
committed
7496e42
View commit details
Copy full SHA for 7496e42
View code at this point
Browse repository at this point
Commits on Sep 2, 2015
Added reference to SciPy/NumPy min_version vars in ImportError
acganesh
committed
66b0e13
View commit details
Copy full SHA for 66b0e13
View code at this point
Browse repository at this point
Amended error message to remain valid when NumPy/SciPy are installed but out of date
acganesh
committed
6248fee
View commit details
Copy full SHA for 6248fee
View code at this point
Browse repository at this point
Added check to ensure that NumPy and SciPy meet minimum version requirements (NumPy >= 1.6.1, SciPy >= 0.9)
acganesh
committed
4b320ce
View commit details
Copy full SHA for 4b320ce
View code at this point
Browse repository at this point
Commits on Apr 2, 2015
FIX: Ensure dependencies installed
Show description for f41f2e4
saketkc
committed
f41f2e4
View commit details
Copy full SHA for f41f2e4
View code at this point
Browse repository at this point
Commits on Dec 29, 2014
MAINT make it possible to use wheelhouse-uploader
Show description for 9825d17
ogrisel
committed
9825d17
View commit details
Copy full SHA for 9825d17
View code at this point
Browse repository at this point
Commits on Dec 25, 2014
MAINT dev version to follow PEP440
ogrisel
authored and
jnothman
committed
6d7d25f
View commit details
Copy full SHA for 6d7d25f
View code at this point
Browse repository at this point
Commits on Aug 31, 2014
Changed f=open() to with open() as f to eliminate ResourceWarnings. Fixes #3410.
calvingiles
committed
dd9e512
View commit details
Copy full SHA for dd9e512
View code at this point
Browse repository at this point
Commits on Aug 19, 2014
MAINT: add license info
Show description for 0f89415
GaelVaroquaux
committed
0f89415
View commit details
Copy full SHA for 0f89415
View code at this point
Browse repository at this point
Commits on May 4, 2014
ENH: use setuptools for bdist_wheel command
Show description for 1f9c9ae
matthew-brett
authored and
amueller
committed
1f9c9ae
View commit details
Copy full SHA for 1f9c9ae
View code at this point
Browse repository at this point
Commits on Apr 14, 2014
TST: Switch from python 3.3 to 3.4 in travis
Michael Becker
authored and
mdbecker
committed
e841d9d
View commit details
Copy full SHA for e841d9d
View code at this point
Browse repository at this point
Commits on Mar 28, 2014
FIX: make python setup.py clean also delete __pycache__ folders
ogrisel
committed
4c4cb7a
View commit details
Copy full SHA for 4c4cb7a
View code at this point
Browse repository at this point
Commits on Aug 21, 2013
BUG: restore setup.py clean functionality
Show description for e7a9331
GaelVaroquaux
committed
e7a9331
View commit details
Copy full SHA for e7a9331
View code at this point
Browse repository at this point
MISC: switch line returns back to unix
Show description for d334176
GaelVaroquaux
committed
d334176
View commit details
Copy full SHA for d334176
View code at this point
Browse repository at this point
Commits on Aug 6, 2013
ENH: custom distutils clean command
Show description for b4e22b6
GaelVaroquaux
committed
b4e22b6
View commit details
Copy full SHA for b4e22b6
View code at this point
Browse repository at this point
Commits on Jul 27, 2013
Add supported python versions to the classifiers + fixes
ogrisel
committed
e647ac8
View commit details
Copy full SHA for e647ac8
View code at this point
Browse repository at this point
Commits on Jul 26, 2013
ENH: make bdist_rpm work
GaelVaroquaux
committed
8fe7121
View commit details
Copy full SHA for 8fe7121
View code at this point
Browse repository at this point
Commits on May 13, 2013
Fix setup.py to resolve numpy requirement
Show description for 8c71062
abh1j337
authored and
GaelVaroquaux
committed
8c71062
View commit details
Copy full SHA for 8c71062
View code at this point
Browse repository at this point
Commits on Mar 26, 2013
make setup.py executable
ndawe
committed
99f88db
View commit details
Copy full SHA for 99f88db
View code at this point
Browse repository at this point
Commits on Mar 19, 2013
PY3: Disable lib2to3
ogrisel
authored and
larsmans
committed
0cd16d1
View commit details
Copy full SHA for 0cd16d1
View code at this point
Browse repository at this point
Commits on Feb 9, 2013
P3K use six to have a python 2 & 3 compatible code base
ogrisel
authored and
larsmans
committed
1967a0b
View commit details
Copy full SHA for 1967a0b
View code at this point
Browse repository at this point
Commits on Nov 18, 2012
P3K: Fix build for py3k + pip.
Show description for 0f24720
astaric
authored and
GaelVaroquaux
committed
0f24720
View commit details
Copy full SHA for 0f24720
View code at this point
Browse repository at this point
Commits on Oct 27, 2012
BUG: fix setuptools feature
Show description for 2b85071
GaelVaroquaux
committed
2b85071
View commit details
Copy full SHA for 2b85071
View code at this point
Browse repository at this point
Commits on Oct 23, 2012
REL put myself as contact / maintainer, fixed url
amueller
committed
f4e2e1a
View commit details
Copy full SHA for f4e2e1a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.