Description
Add feature importance scores to cuML's Random Forest implementation, similar to sklearn's feature_importances_ attribute. For reference, see the sklearn example here: https://scikit-learn.org/stable/auto_examples/ensemble/plot_forest_importances.html.
Rationale
Feature importance scores would enable rapid assessment of feature importance as a precursor to exploring other candidate models, leveraging cuML's GPU-accelerated training speed.
Original issue: #3361