I am currently working on Career Guidance prediction using Machine Learning.
The dataset has 38 features. For feature selection I tried using mutual_info_classif for getting the mutual information of my features and got the list of important features.
The Second approach I followed is using SelectKBest with mutual_info_classif as my score_func. On this approach I got some other list of features.
Is it normal to get different results ?
Can anyone please help me out?
or upvote
button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is