Skip to content

Commit 132ea30

Browse files
authored
Add files via upload
1 parent cc12016 commit 132ea30

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Variable Selection using Python - Vote based approach.ipynb

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,7 @@
1111
"cell_type": "markdown",
1212
"metadata": {},
1313
"source": [
14-
"The document will walk you through the codes that I used to select variables using python. We use different techniques to select variables and then finally each technique votes whether they have selected the variable. Finally, the vote is counted and the variables with higher votes are used in the modeling process.\n",
15-
"\n",
16-
"__Assumptions:__\n",
17-
"\n",
18-
"1) You already have a clean dataset (Cleaning, transformation, Imputation is done) \n",
19-
"2) Train/Test is split and you are feeding the train dataset for this process"
14+
"The document will walk you through the codes that I used to select variables using python. We use different techniques to select variables and then finally each technique votes whether they have selected the variable. Finally, the vote is counted and the variables with higher votes are used in the modeling process."
2015
]
2116
},
2217
{

0 commit comments

Comments
 (0)