Options

Classifiation SubProcess for Feature Selection

Muhammed_Fatih_Muhammed_Fatih_ Member Posts: 93 Maven
edited November 2019 in Help
Hello together, 

do you have a recommendation with regard to the question of which classification model sould be used within Feature Selection (e.g. Optimize Selection or Backward Elimination) to be able to efficiently select attributes or rather dimensions based on a high-dimensional TF-IDF matrix? 

Thank you in advance for your answers! 

Best regards, 

Fatih

Answers

  • Options
    varunm1varunm1 Moderator, Member Posts: 1,207 Unicorn
    Hello @Muhammed_Fatih_

    A general approach is to use a model that is used as base learner in your process. For example, if you are trying to make an SVM based prediction model then it is better to have SVM inside feature selection subprocess as well. 
    Regards,
    Varun
    https://www.varunmandalapu.com/

    Be Safe. Follow precautions and Maintain Social Distancing

  • Options
    DominickLDominickL Member Posts: 1 Contributor I
    edited November 2019
    Please use learner process, it will help you in progress. mywegmansconnect

    Regards,
    Dominick

Sign In or Register to comment.