python - How can I find if a selected feature's values have increased in a pre-post feature selection study? -


i have set of features pre , post intervention values, , i'm running feature selection methods find informative ones , know features improved after intervention.

my question ¿is there way know if selected features have bigger or lower value after intervention?

i using following scikit-learn methods: - gradientboostingclassifier - linearsvc - variancethreshold - selectkbest - randomforestclassifier - rfecv - extratreesclassifier

i guess results of selection show me ones informative, i.e. significant in order differentiate between before , after intervention, cannot find if significance means improved or diminished. scikit-learn provide way this?

thank much.


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -