It was pointed in an other question that ensemble methods can help to reduce curve fitting. What are your experience with these and which one seems the most appropriate? If I had two forecasters that give reasonably good results. Would it be better to use both and invest half in each (diversification) or use one of the ensemble method?
Tell me more
×
Quantitative Finance Stack Exchange is a question and answer site for
finance professionals and academics. It's 100% free, no registration required.
|
Ensemble methods, or ensemble learning are a class of statistical methods that, loosely speaking, operate on many rather than a single instance of the data. Think bootstrapping, but then combine the estimates for an aggregate. The Wikipedia link has more. Combining two forecasters is something else that is sometimes called pooling forecasts or, more generally, consensus forecast. The main difference is that the pieces in an ensemble method are related---pooling is from the same class or instance of an estimate---whereas pooled forecast are aggregating over different forecast which may not have any commonality. |
|||||||||
|