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 }}
sworddish
/
scikit-learn
Public
forked from
scikit-learn/scikit-learn
Notifications
You must be signed in to change notification settings
Fork
0
Star
2
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 Feb 22, 2012
DOC C is pretty large now...
amueller
committed
b383983
Copy full SHA for b383983
DOC rudimentary docstring to deprecated.__init__ describing "extra"
yarikoptic
committed
f8904bd
Copy full SHA for f8904bd
FIX : fix SVM examples with new scale_C=True
agramfort
committed
5a7f07a
Copy full SHA for 5a7f07a
Change exception text when multiple input features have the same value from: "Multiple X are not allowed" to: "Multiple input features cannot have the same value"
leonpalafox
authored and
agramfort
committed
6e59f6c
Copy full SHA for 6e59f6c
Commits on Feb 21, 2012
Merge pull request #643 from amueller/forest_logging
Show description for 0718280
amueller
committed
0718280
Copy full SHA for 0718280
MISC @ogrisels comment about human-parsable counting
amueller
committed
a0ce56e
Copy full SHA for a0ce56e
Commits on Feb 20, 2012
DOC fixed inconsistent titles. sphinx didn't like them and didn't show these sections.
amueller
committed
19b5e33
Copy full SHA for 19b5e33
FIX dataset docs: changed suffixes in include to match rename.
amueller
committed
9c44867
Copy full SHA for 9c44867
Merge pull request #641 from amueller/doc_fixes
Show description for ded4327
amueller
committed
ded4327
Copy full SHA for ded4327
MISC verbosity parameter for forests: better control over tree building.
amueller
committed
b5a1de7
Copy full SHA for b5a1de7
BUG: ShuffleSplit should give reproducible splits
Show description for 79ec933
GaelVaroquaux
committed
79ec933
Copy full SHA for 79ec933
Commits on Feb 19, 2012
Cosmit
GaelVaroquaux
committed
a734166
Copy full SHA for a734166
ENH: optim in ward_tree
Show description for a2108ea
GaelVaroquaux
committed
a2108ea
Copy full SHA for a2108ea
Commits on Feb 18, 2012
DOCs change extension from txt to inc, add inc as doctest extension to makefile
amueller
committed
d24337b
Copy full SHA for d24337b
Commits on Feb 17, 2012
MISC Issue #639. Remove unused member types in linear_model CVs
amueller
committed
331eaf3
Copy full SHA for 331eaf3
DOC Insert hidden toctree, mv "included" files from rst to txt
amueller
committed
dc74f81
Copy full SHA for dc74f81
FIX whooops sorry
amueller
committed
c219d09
Copy full SHA for c219d09
COSMIT pep8
amueller
committed
aaa6611
Copy full SHA for aaa6611
Merge pull request #610 from amueller/svm_class_weights
Show description for 4f90efc
amueller
committed
4f90efc
Copy full SHA for 4f90efc
Merge branch 'master' into svm_class_weights
Show description for 1e06904
amueller
committed
1e06904
Copy full SHA for 1e06904
FIX #614: raise ValueError at KernelPCA init if fit_inverse_transform and precomputed kernel
ogrisel
committed
9c6e044
Copy full SHA for 9c6e044
Merge pull request #634 from amueller/svm_decision_function_dirty_fix
Show description for 10e105d
ogrisel
committed
10e105d
Copy full SHA for 10e105d
Merge pull request #637 from fannix/fix
Show description for c521c86
GaelVaroquaux
committed
c521c86
Copy full SHA for c521c86
Fix a test case
fannix
committed
4d638a1
Copy full SHA for 4d638a1
Commits on Feb 16, 2012
Merge pull request #603 from jakevdp/GPML-fixes
Show description for edd7772
GaelVaroquaux
committed
edd7772
Copy full SHA for edd7772
Merge pull request #633 from robertlayton/ig
Show description for 4f99b95
ogrisel
committed
4f99b95
Copy full SHA for 4f99b95
cosmit to docstrings
robertlayton
committed
67af6c7
Copy full SHA for 67af6c7
pep8
robertlayton
committed
c60a1b2
Copy full SHA for c60a1b2
cosmit undoing (was testing)
robertlayton
committed
bf77ed0
Copy full SHA for bf77ed0
cosmit
robertlayton
committed
10493cf
Copy full SHA for 10493cf
MISC don't use deprecated mean_square_error
amueller
committed
361a058
Copy full SHA for 361a058
Merge pull request #627 from amueller/min_leaf_cherrypick
Show description for f4ed07c
glouppe
committed
f4ed07c
Copy full SHA for f4ed07c
DOC Added changes to decision functions and coef_ to whatsnew
amueller
committed
0def213
Copy full SHA for 0def213
COSMIT pep8 + "leafs" typo.
amueller
committed
0083154
Copy full SHA for 0083154
FIX one class test, added more decision function tests.
amueller
committed
c87c168
Copy full SHA for c87c168
Pagination
Previous
Next
You can’t perform that action at this time.