Gini feature importance for RankLib forests :
- Read a random forest generated by RankLib and run a training set against it.
- Calculate the Gini importance of the different features according to that pass.
- Write a file containing the result which can be plot using a Python script (matplotlib + pandas required).