You can edit almost every page by Creating an account and confirming your email.

Magging

From EverybodyWiki Bios & Wiki


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 G1,G2,...Gg with Gg{1,2,...,n}, where n denotes the sample size and {1,2,...,n} is the index set for the samples. For every group Gg, we compute an estimator θ^g and these estimates are then aggregated to a single “overall” estimate θ^aggr, 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 l2-norm of the fitted values.

Magging:θ^aggr:=g=1Gwgθ^g,

where

w:=argminwCGgY^(g)wg2

and

CG:={w:mingwg0andgwg=1}.

If the solution is not unique, we take the solution with lowest l2-norm of the weight vector among all solutions. The optimization and computation can be implemented in a very efficient way.

References

  1. Bühlmann, Peter; Meinshausen, Nicolai; Statistik, für; Zürich, ETH. "Magging: maximin aggregation for inhomogeneous large-scale data". |access-date= requires |url= (help)



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.