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

Cleaning: Extract salary range #2

Closed blanche closed 7 years ago

utkuozbulak commented 7 years ago

Whats that ? Can you be more explicit ?

blanche commented 7 years ago

extract the number from the salary range and normalize them per annum i.e convert 18000 - 26000/annum TO 26K BASIC + COMM + BENS to {18000,26000}

utkuozbulak commented 7 years ago

Can you store min max as separate features/columns ?