soton-data-mining / job-salary-prediction

A regression problem, predicting salaries of jobs in UK based on various criteria
8 stars 3 forks source link

Implement a function/way to remove some features #41

Closed utkuozbulak closed 7 years ago

utkuozbulak commented 7 years ago

Not all features are helpful with the prediction. We need an easy way to remove selected features so that we can play around with various datasets, #38 must be done before this so that we know which column is which(since everything is encoded now and we dont have column names yet ).

arahayrabedian commented 7 years ago

I believe this is done with #44 , if you disagree, reopen.