Is there a way to evaluate whether a model is able to identify the variables that have an influence (variables generated with make_classification)?
I have a question about make_classification from scikit-learn. I have created a dataset with make_classification and the aim is to test how well different models can distinguish important features from less important features.