How to get feature rank while using advise(NEURAL)

Posted By: ytc

How to get feature rank while using advise(NEURAL) - 05/16/17 03:22

I'm practicing feature selection. I got stuck in getting feature rank and profit factor at the same time.

How can I get feature rank/importance while using advise(NEURAL) with simple linear regression like lm() in each WFO cycle?

Thanks.
Posted By: jcl

Re: How to get feature rank while using advise(NEURAL) - 05/16/17 11:08

Feature rank is a separate process that you do before training the network. There are several R packages for generating feature rank, f.i. Boruta.
© 2024 lite-C Forums