Questions tagged [boruta]
The boruta tag has no summary.
7 questions
3
votes
1
answer
2k
views
From logistic regression to XGBoost - selecting features to run the model with
I have been asked to look at XGBoost (as implemented in R, and with a maximum of around 50 features) as an alternative to an already existing but not developed by me logistic regression model created ...
1
vote
0
answers
98
views
The Merits of Feature Reduction Routines
I am interested in learning what routine others use (if any) for Feature Reduction/Selection.
For example, If my data has several thousand features, I typically try {2,3,4} things right away depending ...
0
votes
1
answer
59
views
Effect of feature selection when coupled with XGB models
I ran Boruta feature selection prior to XGB training\testing step and didn't see any difference, although ~30/200 features were rejected prior to going into the training.
Can it be that internal ...
0
votes
1
answer
447
views
BorutaShap implementation
I want to use BorutaShap for feature selection in my model. I have my train_x as an numpy.ndarray and I want to pass it to the ...
0
votes
1
answer
1k
views
Trouble performing feature selection using boruta and support vector regression
I was trying to select the most important features of a data set using Boruta in python. I have split the data into training and test set. Then I used SVM regressor to fit the data. Then I used Boruta ...
0
votes
0
answers
37
views
Boruta vs Multiple Linear Regression
I am using the red wine quality dataset from Kaggle 'Red Wine Quality' for regression as self-exploration.
I did the analysis using multiple linear regression and found that '***' appeared against ...
0
votes
0
answers
10
views
Boruta algorithm to triangulate findings after robust regression: is scientifically sound?
I am looking at how gut microbiome compositional features (species and genera) relate to anxiety scores (and if they mediate HEI-2020 group effect, exploratory question given n = 46). I run multiple ...