The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

C4.5 with feature selection Particle swarm Optimization

IwanIwan Member Posts: 9 Contributor II
edited November 2018 in Help

Hi, I'm thingking about doing some classification mining using C4.5 and feature selection with PSO (Particle Swarm Optimization).

Is it possible doing it ?

I know that we can use Weka-J48 extension as replacement of C4.5. How about PSO ? Can we use Optimize weight (PSO) as feature selection ? Am i doing wrong ?

 

Big thanks,

Iwan 

Answers

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533 RM Data Scientist

    Dear Iwan,

     

    how do you want to use PSO for FS? PSO is a minimization method which can be used at various places, not a FS technique per se.

     

    ~Martin

    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
  • sigitplussigitplus Member Posts: 1 Learner I

    same question , please help

  • rubyiftikhar052rubyiftikhar052 Member Posts: 1 Learner II
    one of the research paper  "Prediction of heart disease using Ensemble Learning and Particle Swarm Optimization" used pso for feature selection but i dont know how it is work... can any one help me regarding pso for feature selection in rapindminer
  • IngoRMIngoRM Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, Community Manager, RMResearcher, Member, University Professor Posts: 1,751 RM Founder
    Hi,
    To be honest, I would not necessarily think about PSO as a good approach for feature selection.  I think genetic algorithms are a better approach for FS.  Especially if you use multi-objective optimization.
    Check out these links here:
    Starting with version 9.2, we also offer a new operator which takes away a lot of the complexities of setting this up.  It is called "Automatic Feature Engineering" and is also the one which is used by Auto Model.  I would recommend to check out processes generated by Auto Model to see how it works.  Another good resource is the tutorial process which is available in the help of this operator.
    Hope this helps,
    Ingo


Sign In or Register to comment.