Now run permutation_importance on the test set with n_repeats=10, scoring="roc_…
Machine Learning · from Reading what the model learned
feature_importances_permutation_importancecoefficientspartial dependencecorrelated featuresPutting the kettle on…
Starting up…
Exercise 2
Now run permutation_importance on the test set with n_repeats=10, scoring="roc_auc", random_state=0, and return its top three feature names. They should not match.
your answer
stuck? the lesson behind it
Reading what the model learned
Three importance methods, three different answers, and none of them is causation