@kks2105 wrote:
Hi,
I am trying to implement Boruta feature selection technique in Python to select only the important features.Need your help in understanding the below points.
- Whether Boruta takes care of the NA values or do we need to replace or remove NA values before feeding into Boruta ?
- Do we need to convert the categorical variables into numeric before feeding the data into Boruta ?
- How to implement Boruta in case of regression problem ? Does the steps remain the same ?
Thank you.
Posts: 1
Participants: 1