Skip to main content
Search type Search syntax
Tags [tag]
Exact "words here"
Author user:1234
user:me (yours)
Score score:3 (3+)
score:0 (none)
Answers answers:3 (3+)
answers:0 (none)
isaccepted:yes
hasaccepted:no
inquestion:1234
Views views:250
Code code:"if (foo != bar)"
Sections title:apples
body:"apples oranges"
URL url:"*.example.com"
Saves in:saves
Status closed:yes
duplicate:no
migrated:no
wiki:no
Types is:question
is:answer
Exclude -[tag]
-apples
For more details on advanced search visit our help page
Results tagged with
Search options not deleted user 134976

Methods and principles of selecting a subset of attributes for use in further modelling

3 votes
Accepted

What is the Purpose of Feature Selection

You partially answered your own question. Feature selection is for gaining insight into your problem, regardless of whether or not it is actually used in a model. This is particularly important when …
Ralph Winters's user avatar
0 votes

do feature selection and model selection must share the same ratio between development set a...

Feature selection has nothing to do with a model. It is just finding a candidate list of related (or even unrelated) features that might be in a model, so it this put there is no rule that says it ha …
Ralph Winters's user avatar
1 vote

Feature creation ideas for propensity models?

Usually you want a feature to be important regardless of the model. For customers there is usually 4 types of data you can use 1) operational data - usually from a database. Contains the history of a …
Ralph Winters's user avatar