adamszczerba / Airlines

0 stars 1 forks source link

Feature selection #2

Closed PiotMik closed 2 years ago

PiotMik commented 2 years ago

Perform filtering of features to remove redundant variables. Describe the methodology in .Rmd

PiotMik commented 2 years ago

For categorical features Information Value and Chi-Square test of dependency was used. Variables dropped due to low IV: image

For continuous features multicollinearity was checked and loess plots were analyzed. ArrivalDelay was dropped due to high correlation with DepartureDelay.

image