paper-with-me

Papers

pystacked: Stacking generalization and machine learning in Stata

2022-08-23 · Achim Ahrens, Christian B. Hansen, Mark E. Schaffer

pystacked implements stacked generalization (Wolpert, 1992) for regression and binary classification via Python's scikit-learn. Stacking combines multiple supervised machine learners -- the "base" or "level-0" learners -- into a single learner. The currently supported base learners include regularized regression, random forest, gradient boosted trees, support vector machines, and feed-forward neural nets (multi-layer perceptron). pystacked can also be used with as a `regular' machine learning program to fit a single base learner and, thus, provides an easy-to-use API for scikit-learn's machine learning algorithms.

📄 PDF Abstract BibTeX arXiv:2208.10896

Code (1)

aahrens1/pystacked 공식 구현

Tasks

Binary Classificationregression

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

ddml: Double/debiased machine learning in Stata

2023-01-23 · Achim Ahrens, Christian B. Hansen, Mark E. Schaffer, Thomas Wiemann

We introduce the package ddml for Double/Debiased Machine Learning (DDML) in Stata. Estimators of causal parameters for five different econometric models are supported, allowing for flexible estimation of causal effects …

Model Averaging and Double Machine Learning

2024-01-03 · Achim Ahrens, Christian B. Hansen, Mark E. Schaffer, Thomas Wiemann

This paper discusses pairing double/debiased machine learning (DDML) with stacking, a model averaging method for combining multiple candidate learners, to estimate structural parameters. In addition to conventional stack…

model

Machine Learning using Stata/Python

2021-03-03 · Giovanni Cerulli

We present two related Stata modules, r_ml_stata and c_ml_stata, for fitting popular Machine Learning (ML) methods both in regression and classification settings. Using the recent Stata/Python integration platform (sfi) …

BIG-bench Machine Learningregression

StatAvg: Mitigating Data Heterogeneity in Federated Learning for Intrusion Detection Systems

2024-05-20 · Pavlos S. Bouzinis, Panagiotis Radoglou-Grammatikis, Ioannis Makris, Thomas Lagkas 외

Federated learning (FL) is a decentralized learning technique that enables participating devices to collaboratively build a shared Machine Leaning (ML) or Deep Learning (DL) model without revealing their raw data to a th…

Federated LearningIntrusion DetectionPrivacy Preserving

Using bayesmixedlogit and bayesmixedlogitwtp in Stata

2023-02-03 · Matthew J. Baker

This document presents an overview of the bayesmixedlogit and bayesmixedlogitwtp Stata packages. It mirrors closely the helpfile obtainable in Stata (i.e., through help bayesmixedlogit or help bayesmixedlogitwtp). Furthe…