Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
qmaruf
/
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
0
Wiki
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Sep 11, 2016
DOC fix for svd_solver in PCA docstring
ogrisel
committed
12a0125
Copy full SHA for 12a0125
Removed isclose from _binary_clf_curve. (#7353)
Show description for ba7cf38
jblackburne
authored and
jnothman
committed
ba7cf38
Copy full SHA for ba7cf38
Commits on Sep 10, 2016
Add Dirichlet process prior to BayesianGaussianMixture (#7386)
ogrisel
authored
a86fd7f
Copy full SHA for a86fd7f
[MRG+1] Add hyperlink and example for kappa (#7214)
zhengruifeng
authored and
ogrisel
committed
105d033
Copy full SHA for 105d033
[MRG] add warning when importing old or new pickle. (#7248)
amueller
authored and
ogrisel
committed
b4872fe
Copy full SHA for b4872fe
Commits on Sep 9, 2016
[MRG+1] fix sampling in stratified shuffle split (#6472)
Show description for 31a4691
amueller
authored and
ogrisel
committed
31a4691
Copy full SHA for 31a4691
[MRG + 1] FIX use high precision cumsum and check it is stable enough (#7331)
Show description for 49d126f
jnothman
authored and
lesteve
committed
49d126f
Copy full SHA for 49d126f
Commits on Sep 8, 2016
Merge pull request #7304 from jnothman/binary_prf_mine
Show description for 2bf96df
ogrisel
authored
2bf96df
Copy full SHA for 2bf96df
Merge pull request #7261 from betatim/negative-scorers
Show description for 4b2304f
GaelVaroquaux
authored
4b2304f
Copy full SHA for 4b2304f
Test that warning is raised when using deprecated scorer
betatim
committed
3935404
Copy full SHA for 3935404
FIX Revert unintentionally committed code
Joel Nothman
committed
62ad5fe
Copy full SHA for 62ad5fe
change installation description to not discourage people from installing scipy or numpy with pip. (#7313)
amueller
authored and
lesteve
committed
2c4b43c
Copy full SHA for 2c4b43c
TST fix test to match altered deprecation msg
jnothman
committed
22e4305
Copy full SHA for 22e4305
DOC minor doc fixes for sphinx. (#7357)
amueller
authored and
jnothman
committed
6972d6c
Copy full SHA for 6972d6c
[MRG + 2] remove complicated equality checks in clone as __init__ shouldn't touch anything. (#5540)
Show description for 680ab51
amueller
authored and
jnothman
committed
680ab51
Copy full SHA for 680ab51
Commits on Sep 7, 2016
[MRG+1] Support of the collections.Sequence type has been added to the _check_param_grid method from model_selection. (#7323)
Show description for a03db89
b0noI
authored and
amueller
committed
a03db89
Copy full SHA for a03db89
Merge pull request #7324 from raghavrv/rename_results_
Show description for 35bb1c6
NelleV
authored
35bb1c6
Copy full SHA for 35bb1c6
Commits on Sep 6, 2016
results_ --> cv_results_; "test_mean_score" --> "mean_test_score" et al.
raghavrv
committed
4dbab26
Copy full SHA for 4dbab26
[MRG] DOC removed redundant word from KNN docs (#7345)
kjacks21
authored and
amueller
committed
6c12514
Copy full SHA for 6c12514
Fix flake8_diff.sh when Travis runs in a fork
Show description for 5305861
lesteve
committed
5305861
Copy full SHA for 5305861
Update examples to new scorer names
betatim
committed
6673f75
Copy full SHA for 6673f75
DOC fix iterated_power='auto' in doctests
ogrisel
committed
5daee96
Copy full SHA for 5daee96
change default iterated_power to auto.
amueller
authored and
ogrisel
committed
4a72792
Copy full SHA for 4a72792
fix warning and behavior in randomized_svd wrt power iterations
amueller
authored and
ogrisel
committed
927f00c
Copy full SHA for 927f00c
Merge pull request #7342 from themrmax/pydotplus-decision-tree-plotting
Show description for b9d16b2
ogrisel
authored
b9d16b2
Copy full SHA for b9d16b2
Keep abstractmethod decorator
betatim
committed
2ba3478
Copy full SHA for 2ba3478
[MRG] Add link to AUTHORS.rst in readme (#7320)
nelson-liu
authored and
jnothman
committed
287a329
Copy full SHA for 287a329
DOC move changelog heading to correct place
jnothman
committed
d201708
Copy full SHA for d201708
[DOC] add release dates for each version on whats_new page (#7225)
b-carter
authored and
jnothman
committed
3dcfb56
Copy full SHA for 3dcfb56
Commits on Sep 5, 2016
[MRG+1] Fix for test_neighbors_metrics() check kd-tree algorithm when possible (#7339)
Show description for a627a07
saihttam
authored and
jnothman
committed
a627a07
Copy full SHA for a627a07
DOC fix code formatting
jnothman
committed
ce3c84f
Copy full SHA for ce3c84f
Merge pull request #7317 from amueller/common_test_names
Show description for f916449
ogrisel
authored
f916449
Copy full SHA for f916449
change decision tree example to use pydotplus for compatibility with Python 3
themrmax
committed
fed401c
Copy full SHA for fed401c
Commits on Sep 4, 2016
Small documentation fix
betatim
committed
f4419a9
Copy full SHA for f4419a9
Commits on Sep 3, 2016
[MRG+2] Fix repr on isotropic kernels when a 1-D length scale is given (#7259)
MechCoder
authored and
jnothman
committed
49fb295
Copy full SHA for 49fb295
Pagination
Previous
Next
You can’t perform that action at this time.