ck37 / featurerank

Ensemble feature ranking for SuperLearner variable selection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support observation weights

ck37 opened this issue · comments

All wrappers should support observation weights if at all possible. The correlation wrapper needs to be upgraded at the very least.

Correlation wrapper upgraded, everything else looks good except randomForest - ideally we would implement ranger because it supports observation weights.