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
doc
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 23, 2016
DOC fix link in what's new
jnothman
committed
9b057b5
View commit details
Copy full SHA for 9b057b5
View code at this point
Browse repository at this point
[MRG + 1] Add changelog entry for MSLE implemented in #7655. (#8104)
Karan Desai
authored and
jnothman
committed
7adeed1
View commit details
Copy full SHA for 7adeed1
View code at this point
Browse repository at this point
Commits on Dec 22, 2016
[MRG+1] Return list instead of 3d array for MultiOutputClassifier.predict_proba (#8095)
Show description for dd2e48c
pjbull
authored and
raghavrv
committed
dd2e48c
View commit details
Copy full SHA for dd2e48c
View code at this point
Browse repository at this point
[MRG+1] Corrected sign error in QuantileLossFunction (#6429)
Show description for b685494
AlexisMignon
authored and
agramfort
committed
b685494
View commit details
Copy full SHA for b685494
View code at this point
Browse repository at this point
Commits on Dec 20, 2016
[MRG + 2] Allow f_regression to accept a sparse matrix with centering (#8065)
Show description for 456fb56
acadiansith
authored and
TomDLT
committed
456fb56
View commit details
Copy full SHA for 456fb56
View code at this point
Browse repository at this point
FIX check_array's accept_sparse param now takes true/false/str/list, but not None (#7937)
jkarno
authored and
jnothman
committed
e5ceda8
View commit details
Copy full SHA for e5ceda8
View code at this point
Browse repository at this point
DOC Restructure the version info in the docs to fit in two lines. (#8084)
Aashil
authored and
jnothman
committed
a12e0ba
View commit details
Copy full SHA for a12e0ba
View code at this point
Browse repository at this point
DOC Document _changed.html in contrib docs
jnothman
committed
5c0cc03
View commit details
Copy full SHA for 5c0cc03
View code at this point
Browse repository at this point
[MRG+1] allow callable kernels in cross-validation (#8005)
amueller
authored and
jnothman
committed
5d0c7f5
View commit details
Copy full SHA for 5d0c7f5
View code at this point
Browse repository at this point
[MRG + 1] Fix perplexity method by adding _unnormalized_transform method, Issue #7954 (#7992)
Show description for 6a01e89
garyForeman
authored and
jnothman
committed
6a01e89
View commit details
Copy full SHA for 6a01e89
View code at this point
Browse repository at this point
Commits on Dec 19, 2016
[MRG + 1] Reformat the version info and cite us labels in the user-guide docs. (#8072)
Show description for 072eefe
Aashil
authored and
NelleV
committed
072eefe
View commit details
Copy full SHA for 072eefe
View code at this point
Browse repository at this point
DOC fix broken link in carousel
Show description for 4d3653e
lesteve
committed
4d3653e
View commit details
Copy full SHA for 4d3653e
View code at this point
Browse repository at this point
Commits on Dec 15, 2016
[MRG+2] ENH add n_jobs to make_union through kwargs (#8031)
alexandercbooth
authored and
jnothman
committed
8056d63
View commit details
Copy full SHA for 8056d63
View code at this point
Browse repository at this point
DOC add CI details and commands to contributor guide (#8024)
alexandercbooth
authored and
jnothman
committed
9ec1a4c
View commit details
Copy full SHA for 9ec1a4c
View code at this point
Browse repository at this point
Commits on Dec 13, 2016
[MRG] Set min_impurity_split in gradient boosting models (#8007)
Show description for 3162f98
sebp
authored and
jnothman
committed
3162f98
View commit details
Copy full SHA for 3162f98
View code at this point
Browse repository at this point
Commits on Dec 12, 2016
[MRG+1] Add multiplicative-update solver in NMF, with all beta-divergence (#5295)
TomDLT
authored and
ogrisel
committed
ae4f710
View commit details
Copy full SHA for ae4f710
View code at this point
Browse repository at this point
TST Ensure that attributes ending _ are not set in __init__ (#7464)
lesteve
authored and
jnothman
committed
e542efa
View commit details
Copy full SHA for e542efa
View code at this point
Browse repository at this point
Commits on Dec 9, 2016
[MRG+1] Housekeeping Deprecations for v0.19 (#7927)
Show description for 5c4b1bb
amueller
authored
5c4b1bb
View commit details
Copy full SHA for 5c4b1bb
View code at this point
Browse repository at this point
Commits on Dec 8, 2016
fixed error in documentation (#8014)
vincentpham1991
authored and
amueller
committed
31d3c3e
View commit details
Copy full SHA for 31d3c3e
View code at this point
Browse repository at this point
[MRG + 1] FIX bug where passing numpy array for weights raises error (Issue #7983) (#7989)
vincentpham1991
authored and
jnothman
committed
b694184
View commit details
Copy full SHA for b694184
View code at this point
Browse repository at this point
Commits on Dec 5, 2016
Adding Columbia logo to sponsors listing (#7964)
amueller
authored and
jnothman
committed
2952358
View commit details
Copy full SHA for 2952358
View code at this point
Browse repository at this point
Commits on Dec 3, 2016
[MRG+1] Fix estimators to work if sample_weight parameter is pandas Series type (#7825)
Show description for 04b67e2
kathyxchen
authored and
amueller
committed
04b67e2
View commit details
Copy full SHA for 04b67e2
View code at this point
Browse repository at this point
Commits on Dec 2, 2016
Added 1/2 factor to SSE alpha term (#7962)
FERRIA
authored and
amueller
committed
6e66452
View commit details
Copy full SHA for 6e66452
View code at this point
Browse repository at this point
Commits on Dec 1, 2016
[MRG] Mention keras can run on top of TensorFlow (#7957)
nixtish
authored and
lesteve
committed
c5c3851
View commit details
Copy full SHA for c5c3851
View code at this point
Browse repository at this point
DOC: add bug fix for ``download_if_missing`` behavior to whatsnew. (#7952)
rgommers
authored and
lesteve
committed
f9f9d3a
View commit details
Copy full SHA for f9f9d3a
View code at this point
Browse repository at this point
Commits on Nov 30, 2016
[MRG+1] Add new regression metric - Mean Squared Log Error (#7655)
Show description for cb6a366
Karan Desai
authored and
jnothman
committed
cb6a366
View commit details
Copy full SHA for cb6a366
View code at this point
Browse repository at this point
[MRG+2] Fix K Means init center bug (#7872)
Show description for 89b2e45
jkarno
authored and
jnothman
committed
89b2e45
View commit details
Copy full SHA for 89b2e45
View code at this point
Browse repository at this point
Commits on Nov 29, 2016
[MRG+1] DOC adding a warning on the relation between C and alpha (#7860)
Show description for 8793ec9
dalmia
authored and
TomDLT
committed
8793ec9
View commit details
Copy full SHA for 8793ec9
View code at this point
Browse repository at this point
[MRG+1] DOC adding info about circleci build artifacts (#7855)
dalmia
authored and
jnothman
committed
6cbef3e
View commit details
Copy full SHA for 6cbef3e
View code at this point
Browse repository at this point
move bug-fixes to 0.18.1 in whatsnew, add API changes (where did they… (#7850)
Show description for 66de4fa
amueller
authored
66de4fa
View commit details
Copy full SHA for 66de4fa
View code at this point
Browse repository at this point
Commits on Nov 28, 2016
[MRG + 1] DOC Add sklearn-porter to related projects (#7945)
Show description for 6f250ad
nok
authored and
raghavrv
committed
6f250ad
View commit details
Copy full SHA for 6f250ad
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 22, 2016
[MRG+1] Fix return_norm bug in preprocessing.normalize (#7789)
Show description for c171561
luang008
authored and
jnothman
committed
c171561
View commit details
Copy full SHA for c171561
View code at this point
Browse repository at this point
[MRG+1] Add a note in coverage_error doc to highlight the difference from original coverage formula (#7915)
neerajgangwar
authored and
lesteve
committed
dc4255f
View commit details
Copy full SHA for dc4255f
View code at this point
Browse repository at this point
Commits on Nov 21, 2016
Fix typo in grid_search.rst (#7918)
theofpa
authored and
lesteve
committed
2ab6460
View commit details
Copy full SHA for 2ab6460
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.