The script builds decision tree, boosting and random forest prediction and classification models to predict higher prices in the Eurostoxx 50.
Generation and visualization of features importances to determine which stock has the more weight in the model precision.
Please precise the model you want to use in the main() function between :
- clf (decision tree),
- boosting,
- randomForest.