当前位置:网站首页>Sklearn model sorting
Sklearn model sorting
2022-07-05 11:15:00 【Harmful Poems】
sklearn.linear_model:Linear Models
Linear classifiers
- linear_model.logisticRegression()
- linear_model.logisticRegressionCV()
- linear_model.PassiveAggressiveClassifier()
- linear_model.Perceptron()
- linear_model.RidgeClassifier()
- linear_model.RidgeClassifierCV()
- linear_model.SGDClassifier()
- linear_model.SGDOneClassSVM()
Classical linear regressors
- linear_model.LinearRegression()
- linear_model.Ridge()
- linear_model.RidgeCV()
- linear_model.SGDRegressor()
Regressors with variable selection
- linear_model.ElasticNet()
- linear_model.ElasticNetCV()
- linear_model.Lars()
- linear_model.LarsCV()
- linear_model.Lasso()
- linear_model.LassoCV()
- linear_model.LassoLars()
- linear_model.LassoLarsCV()
- linear_model.LassoLarsIC()
- linear_model.linear_model.OrthogonalMatchingPursuit()
- linear_model.OrthogonalMatchingPursuitCV()
Bayesian regressors
- linear_model.ARDRegression()
- linear_model.BayesianRidge()
Multi-task linear regressors with variable selection
- linear_model.MultiTaskElasticNet()
- linear_model.MultiTaskElasticNetCV()
- linear_model.MultiTaskLasso()
- linear_model.MultiTaskLassoCV()
Outlier-robust regressors
- linear_model.HuberRegressor()
- linear_model.QuantileRegressor()
- linear_model.RANSACRegressor()
- linear_model.TheilSenRegressor()
Outlier-robust regressors
- linear_model.PoissonRegerssor()
- linear_model.TweedieRegerssor()
- linear_model.GammaRegerssor()
Outlier-robust regressors
- linear_model.PassiveAggressiveRegressor()
- linear_model.enet_path()
- linear_model.lars_path()
- linear_model.lars_path_gram()
- linear_model.lasso_path()
- linear_model.orthogonal_mp()
- linear_model.orthogonal_mp_gram()
- linear_model.ridge_regression()
sklearn.gaussian_process:Gaussian Processes
- gaussian_process.GaussianProcessesClassifier()
- gaussian_process.GaussianProcessesRegressor()
sklearn.neighbors: Nearest Neighbors
- neighbors.KNeighborsClassifier()
- neighbors.KNeighborsr()
- neighbors.RadiusNeighborsClassifier()
- neighbors.RadiusNeighborsRegressor()
sklearn.neural_network: Neural network models
- neural_network.BernoulliRBM()
- neural_network.MLPClassifier()
- neural_network.MLPRegressor()
sklearn.svm: Support Vector Machines
- svm.LinearSVC()
- svm.LinearSVR()
- svm.NuSVC()
- svm.NuSVR()
- svm.OneClassSVM()
- svm.SVC()
- svm.SVR()
sklearn.tree: Decision Trees
- tree.DecisionTreeClassifier()
- tree.DecisionRegressor()
- tree.ExtraTreeClassifier()
- tree.ExtraTreeRegressor()
- tree.export_graphviz()
sklearn.naive_bayes: Naive Bayes
- naive_bayes.BernoulliNB()
- naive_bayes.CategoricalNB()
- naive_bayes.ComplementNB()
- naive_bayes.GaussianNB()
- naive_bayes.MultinomialNB()
sklearn.ensemble: Ensemble Methods
- ensemble.AdaBoostClassifier()
- ensemble.AdaBoostRegressor()
- ensemble.BaggingClassifier()
- ensemble.BaggingRegressor()
- ensemble.ExtraTreesClassifier()
- ensemble.ExtraTreesRegressor()
- ensemble.GradientBoostingClassifier()
- ensemble.GradientBoostingRegressor()
- ensemble.IsolationForest()
- ensemble.RandomForestClassifier()
- ensemble.RandomForestRegressor()
- ensemble.RandomTreesEmbedding()
- ensemble.StackingClassifier()
- ensemble.StackingRegressor()
- ensemble.VotingClassifier()
- ensemble.VotingRegressor()
- ensemble.HistGradientBoostingRegressor()
- ensemble.HistGradientBoostingClassifier()
besides , also lgbm,xgboost,catboosting
Reference resources :sklearn Official website
边栏推荐
- What about SSL certificate errors? Solutions to common SSL certificate errors in browsers
- 【爬虫】charles unknown错误
- Data types ntext and varchar are incompatible in the not equal to operator - 95 small pang
- DOM//
- [SWT component] content scrolledcomposite
- [there may be no default font]warning: imagettfbbox() [function.imagettfbbox]: invalid font filename
- AutoCAD -- mask command, how to use CAD to locally enlarge drawings
- websocket
- 9、 Disk management
- 紫光展锐全球首个5G R17 IoT NTN卫星物联网上星实测完成
猜你喜欢

AUTOCAD——遮罩命令、如何使用CAD对图纸进行局部放大

Question bank and answers of special operation certificate examination for main principals of hazardous chemical business units in 2022

Intelligent metal detector based on openharmony

Explanation of message passing in DGL

基础篇——REST风格开发

Modulenotfounderror: no module named 'scratch' ultimate solution

Basics - rest style development

九、磁盘管理

【Oracle】使用DataGrip连接Oracle数据库

DDRx寻址原理
随机推荐
Wechat nucleic acid detection appointment applet system graduation design completion (8) graduation design thesis template
关于vray 5.2的使用(自研笔记)
iframe
Beego cross domain problem solution - successful trial
DOM//
Advanced scaffold development
Modulenotfounderror: no module named 'scratch' ultimate solution
PWA (Progressive Web App)
32:第三章:开发通行证服务:15:浏览器存储介质,简介;(cookie,Session Storage,Local Storage)
【全网首发】(大表小技巧)有时候 2 小时的 SQL 操作,可能只要 1 分钟
About the use of Vray 5.2 (self research notes)
Detailed explanation of DDR4 hardware schematic design
In the last process before the use of the risk control model, 80% of children's shoes are trampled here
DDRx寻址原理
Basic testing process of CSDN Software Testing Introduction
2022 chemical automation control instrument examination questions and online simulation examination
C # to obtain the filtered or sorted data of the GridView table in devaexpress
2022 mobile crane driver examination question bank and simulation examination
爬虫(9) - Scrapy框架(1) | Scrapy 异步网络爬虫框架
go语言学习笔记-分析第一个程序