Skip to main content

Questions tagged [boruta]

0 votes
0 answers
37 views

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 ...
DT1421's user avatar
  • 1
0 votes
0 answers
10 views

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 ...
Melissa's user avatar
0 votes
1 answer
59 views

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 ...
Andrey's user avatar
  • 1
0 votes
1 answer
447 views

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 ...
spectre's user avatar
  • 2,468
3 votes
1 answer
2k views

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 ...
scaredy_brushwagg's user avatar
0 votes
1 answer
1k views

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 ...
AI_Revolt's user avatar
1 vote
0 answers
98 views

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 ...
mccurcio's user avatar
  • 233