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
raghavrv
Datepicker
All time
Commit History
Commits on Sep 6, 2016
results_ --> cv_results_; "test_mean_score" --> "mean_test_score" et al.
raghavrv
committed
4dbab26
Copy full SHA for 4dbab26
Commits on Aug 25, 2016
ENH Better error message when refit=True. (#7234)
raghavrv
authored and
jnothman
committed
114d8b1
Copy full SHA for 114d8b1
Commits on Aug 3, 2016
[MRG] MAINT Removing more deprecated stuff for v0.18 (#5528)
Show description for 2a9492b
raghavrv
authored and
jnothman
committed
2a9492b
Copy full SHA for 2a9492b
Commits on Jul 26, 2016
MNT use model_selection (#7082)
raghavrv
authored and
amueller
committed
ab6dd89
Copy full SHA for ab6dd89
Commits on Jun 16, 2016
CI Install psutil (#6897)
raghavrv
authored and
agramfort
committed
7fea3ef
Copy full SHA for 7fea3ef
[MRG] ENH Restructure grid_scores_ into a dict of 1D arrays
Show description for afd5d18
raghavrv
authored and
jnothman
committed
afd5d18
Copy full SHA for afd5d18
Commits on May 19, 2016
FIX Don't warn when scoring param is passed + PEP8 (#6798)
raghavrv
authored and
agramfort
committed
dc42bde
Copy full SHA for dc42bde
Commits on Apr 20, 2016
DOC Make the PR/Issue headers smaller (#6685)
raghavrv
authored and
TomDLT
committed
a0b8c52
Copy full SHA for a0b8c52
Commits on Apr 14, 2016
ENH move the raise statement alone inside a gil block (#6644)
raghavrv
authored and
TomDLT
committed
f254ce2
Copy full SHA for f254ce2
Commits on Apr 4, 2016
FIX use the model_selection
raghavrv
authored and
agramfort
committed
c20c76e
Copy full SHA for c20c76e
Commits on Feb 18, 2016
ENH/MAINT Save hashes once for every file
Show description for b93ccb9
raghavrv
committed
b93ccb9
Copy full SHA for b93ccb9
ENH/MAINT Check for changes in pxd files too. Cleanup code
raghavrv
committed
368a98f
Copy full SHA for 368a98f
Commits on Feb 11, 2016
FIX/NRT signature expects the init to not be a c-defined method (Py2.7)
raghavrv
committed
c4e0ce6
Copy full SHA for c4e0ce6
Commits on Jan 17, 2016
TST/FIX Make model selection tests warning free!
Show description for 2255ff5
raghavrv
authored and
MechCoder
committed
2255ff5
Copy full SHA for 2255ff5
Commits on Jan 16, 2016
ENH/FIX std error is computed for mean across a set of 3 scores, not len(X)
raghavrv
authored and
agramfort
committed
1d9186d
Copy full SHA for 1d9186d
Commits on Jan 10, 2016
ENH Add sample weight support to matthews_corrcoef metric
Show description for c7d3e0e
raghavrv
authored and
MechCoder
committed
c7d3e0e
Copy full SHA for c7d3e0e
Commits on Jan 8, 2016
Leading underscores for warnings imported from sklearn.exceptions
Show description for a228016
raghavrv
authored and
MechCoder
committed
a228016
Copy full SHA for a228016
DOC Reworded cv documentation
raghavrv
authored and
MechCoder
committed
99c73a8
Copy full SHA for 99c73a8
Commits on Nov 12, 2015
FIX Explicitly specify the plot colors for each curve
raghavrv
committed
654bddd
Copy full SHA for 654bddd
Commits on Nov 7, 2015
MNT 0.19 --> 0.20; As the model_selection changes will be released in 0.18 only
raghavrv
committed
de5bc4a
Copy full SHA for de5bc4a
Commits on Nov 4, 2015
DOC Add the learning curve documentation to model_selection.rst
raghavrv
committed
db3eca2
Copy full SHA for db3eca2
Commits on Oct 29, 2015
DOC Modify documentation/examples for the new model_selection module
raghavrv
committed
f67e911
Copy full SHA for f67e911
Commits on Oct 24, 2015
FIX inspect.argspect is deprecated; use signature
raghavrv
committed
8878088
Copy full SHA for 8878088
Commits on Oct 23, 2015
Main Commits - Major
Show description for 3f8743f
raghavrv
authored and
amueller
committed
3f8743f
Copy full SHA for 3f8743f
Commits on Oct 20, 2015
MAINT Remove deprecated stuff that will be removed in 0.18
Show description for fffa98a
raghavrv
committed
fffa98a
Copy full SHA for fffa98a
DOC Add description for UndefinedMetricWarning
raghavrv
committed
e4332ed
Copy full SHA for e4332ed
Commits on Oct 19, 2015
FIX/ENH Make the moved class resilient to the deprecation patching
raghavrv
committed
857cb09
Copy full SHA for 857cb09
MAINT move deprecated into deprecation.py
raghavrv
committed
61ae8d5
Copy full SHA for 61ae8d5
MAINT Deprecated the UndefinedMetricWarning at sklearn.metrics.base
raghavrv
committed
e19a981
Copy full SHA for e19a981
DOC/SPHINX Add template for classes which don't have init (Exception classes)
raghavrv
committed
09f0fa7
Copy full SHA for 09f0fa7
MAINT move custom error/warning classes into sklearn.exceptions
Show description for e3afc0e
raghavrv
committed
e3afc0e
Copy full SHA for e3afc0e
MAINT remove deprecated stuff that will no longer be supported in 0.18
raghavrv
committed
7e29af0
Copy full SHA for 7e29af0
Commits on Oct 16, 2015
FIX precision to float64 across the codebase
raghavrv
committed
a870112
Copy full SHA for a870112
Commits on Oct 15, 2015
FIX Move validation from helper to main function
raghavrv
committed
21fab6e
Copy full SHA for 21fab6e
FIX dtypes to conform to the stricter type cast rules of numpy 1.10
Show description for 4f4c359
raghavrv
committed
4f4c359
Copy full SHA for 4f4c359
Pagination
Previous
Next
You can’t perform that action at this time.