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

GA for feature selection get different results

inceptorfullinceptorfull Member Posts: 44 Contributor II
edited November 2018 in Help
Hi all,

I have dataset contains 37 attributes
I used neural network and logisitc regression on the FULL DATASET and got their accuracy rate

now I want to use GA to select the best attributes so I can RE-apply NN and logisitc regression and get accuracy rate ( suppose to be higher )

anyway ,
when you the optimization selection Evolutionary,  it requires model to be inserted , I used NN and got higher accuracy but when used such inputs again it gives me different accuracy and same for logisitic regression

so what model should I use to train the GA so I can take its output to be used as inputs for both NN and logisitc?
Sign In or Register to comment.