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 }}
xuesj
/
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
MechCoder
Datepicker
All time
Commit History
Commits on Dec 20, 2015
FIX: Cluster centers after fir in KMeans and MBKMeans need not be ordered in the same way
MechCoder
committed
ad758d2
Copy full SHA for ad758d2
Merge pull request #6048 from zhengqm/fix-cluster-example-bug
Show description for c2cee91
MechCoder
committed
c2cee91
Copy full SHA for c2cee91
Update whats_new.rst
MechCoder
committed
cd53441
Copy full SHA for cd53441
Commits on Dec 7, 2015
Merge pull request #5784 from MechCoder/parallel_rfecv
Show description for 4cac986
MechCoder
committed
4cac986
Copy full SHA for 4cac986
Parallelize embarrassingly parallel loop in RFECV.fit
MechCoder
committed
d13f519
Copy full SHA for d13f519
Commits on Dec 4, 2015
Merge pull request #5251 from TomDLT/sag_multi
Show description for 43e5454
MechCoder
committed
43e5454
Copy full SHA for 43e5454
Commits on Nov 14, 2015
Merge pull request #5783 from varun-kr/check_classification_bug
Show description for 0820731
MechCoder
committed
0820731
Copy full SHA for 0820731
Commits on Nov 11, 2015
Scaling a sparse matrix along axis 0 should accept a csc by default
MechCoder
committed
6e87813
Copy full SHA for 6e87813
Merge pull request #5492 from arthurmensch/remove_cython
Show description for f49a558
MechCoder
committed
f49a558
Copy full SHA for f49a558
Commits on Nov 10, 2015
Merge pull request #5755 from rvraghav93/fix_depr_version
Show description for 253e387
MechCoder
committed
253e387
Copy full SHA for 253e387
Commits on Nov 2, 2015
DOC: Correct confusing docs of n_values in OneHotEncoder
MechCoder
committed
1e23805
Copy full SHA for 1e23805
Commits on Oct 23, 2015
HOTFIX for incorrect cast in liblinear.pyx
MechCoder
committed
9e42250
Copy full SHA for 9e42250
Replace GETC to SAMPLE_WEIGHT
MechCoder
committed
9d8d7e4
Copy full SHA for 9d8d7e4
Add check for sample_weights
MechCoder
committed
41cbfde
Copy full SHA for 41cbfde
Patch liblinear for sample_weights in LogisticRegression(and CV)
MechCoder
committed
80e22b3
Copy full SHA for 80e22b3
Commits on Oct 16, 2015
Merge pull request #5421 from shagunsodhani/proposed-fix-for-#5387
Show description for 5f3cbb5
MechCoder
committed
5f3cbb5
Copy full SHA for 5f3cbb5
Fix broken examples using RandomTreeEmbeddings
Show description for c31de11
MechCoder
committed
c31de11
Copy full SHA for c31de11
Commits on Oct 11, 2015
Merge pull request #4242 from MechCoder/select_from_model
Show description for 652b950
MechCoder
committed
652b950
Copy full SHA for 652b950
Refactor tests
MechCoder
committed
c805fbc
Copy full SHA for c805fbc
Commits on Oct 9, 2015
1. Added parameter prefit to pass in a fitted estimator.
Show description for 5a0db17
MechCoder
committed
5a0db17
Copy full SHA for 5a0db17
Commits on Oct 7, 2015
Merge pull request #4707 from amueller/k_means_init_mismatch
Show description for d77ea12
MechCoder
committed
d77ea12
Copy full SHA for d77ea12
Lasso and ElasticNet should handle non-float dtypes for fit_intercept=False
MechCoder
committed
1d5b473
Copy full SHA for 1d5b473
Commits on Oct 5, 2015
Merge SelectFromModel and L1-selection examples
Show description for acf5f16
MechCoder
committed
acf5f16
Copy full SHA for acf5f16
Add narrative docs and fix examples
MechCoder
committed
2ee718c
Copy full SHA for 2ee718c
Now a fitted estimator can be passed to SelectFromModel
MechCoder
committed
10176d9
Copy full SHA for 10176d9
Minor doc changes and removed _set_threshold and _set_importances
MechCoder
committed
3d41053
Copy full SHA for 3d41053
Added example to depict feature selction using SelectFromModel and Lasso
MechCoder
committed
9cee0d9
Copy full SHA for 9cee0d9
Catch filters instead of removing the tests
MechCoder
committed
2416e2a
Copy full SHA for 2416e2a
Remove warm start
MechCoder
committed
459cb9b
Copy full SHA for 459cb9b
fix test failures
MechCoder
committed
8a28ea8
Copy full SHA for 8a28ea8
Commits on Sep 16, 2015
Merge pull request #5284 from tdhopper/patch-1
Show description for fbdb727
MechCoder
committed
fbdb727
Copy full SHA for fbdb727
Commits on Sep 14, 2015
Merge pull request #5262 from andylamb/lamb-fix-class-weight-check
Show description for 8424c48
MechCoder
committed
8424c48
Copy full SHA for 8424c48
Commits on Sep 10, 2015
[BUG] _init_centroids has an optional x_squared_norms parameter which is not exactly optional
MechCoder
committed
0c1afd7
Copy full SHA for 0c1afd7
Commits on Sep 9, 2015
Merge pull request #5225 from MechCoder/fix_overflow
Show description for cb591e1
MechCoder
committed
cb591e1
Copy full SHA for cb591e1
Commits on Sep 8, 2015
Add test for softmax function
MechCoder
committed
d81b8ed
Copy full SHA for d81b8ed
Pagination
Previous
Next
You can’t perform that action at this time.