Magging
This article may be confusing or unclear to readers. In particular, It isn't clear to those unfamiliar with the subject. (June 2015) (Learn how and when to remove this template message) |
In statistics, Magging is a method of aggregating estimators. It's a machine learning ensemble algorithm designed to improve the stability and accuracy of machine learning algorithms used in statistical classification and regression. In general, large-scale data analysis poses problems which need to be addressed simultaneously, and the solution is often straightforward if the data are homogeneous: one can use classical ideas of subsampling and mean aggregation to get it. However, we believe that many large-scale data are inherently inhomogeneous: that is, they are neither i.i.d. nor stationary observations from a distribution. If the data exhibit homogeneities, the same approach above will be inadequate.
Subsample and Aggregation
Construct groups with , where n denotes the sample size and is the index set for the samples. For every group , we compute an estimator and these estimates are then aggregated to a single “overall” estimate , which can be achieved in different ways.
Magging
Magging [1] stands for Maximin aggregating, it’s a kind of aggregation for heterogeneous data. It has been proposed by Meinshausen and Bühlmann. Magging is choosing the weight as a convex combination to minimize the -norm of the fitted values.
Magging:
where
and
- .
If the solution is not unique, we take the solution with lowest -norm of the weight vector among all solutions. The optimization and computation can be implemented in a very efficient way.
References
This article "Magging" is from Wikipedia. The list of its authors can be seen in its historical. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.
