pystacked: Stacking generalization and machine learning in Stata

08/23/2022
by   Achim Ahrens, et al.
0

pystacked implements stacked generalization (Wolpert, 1992) for regression and binary classification via Python's scikit-lear. 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.

READ FULL TEXT
research
04/30/2021

Automatic Debiased Machine Learning via Neural Nets for Generalized Linear Regression

We give debiased machine learners of parameters of interest that depend ...
research
10/03/2021

Treeging

Treeging combines the flexible mean structure of regression trees with t...
research
02/22/2023

A Generalized Weighted Loss for SVC and MLP

Usually standard algorithms employ a loss where each error is the mere a...
research
11/30/2022

Context-Aware Ensemble Learning for Time Series

We investigate ensemble methods for prediction in an online setting. Unl...
research
09/04/2023

Classic algorithms are fair learners: Classification Analysis of natural weather and wildfire occurrences

Classic machine learning algorithms have been reviewed and studied mathe...
research
01/29/2017

Source localization in an ocean waveguide using supervised machine learning

Source localization in ocean acoustics is posed as a machine learning pr...

Please sign up or login with your details

Forgot password? Click here to reset