You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.
Benoit Favre edited this page Mar 14, 2014
·
1 revision
How to perform an analysis of the model weights
Introduction
It is often useful to know which features are have the most impact on model decisions and Adaboost models are rather obscure on that matter.
Expected feature weights
One way of rating features is to compute the expected weight vector at the example level over a set of examples (for instance, the test set). Here is a small script to perform this calculation using the WEAKC lines from icsiboost output with the -V option.