spmcodes / Codecademy_Project

Capstone Project of Machine Learning Fundamentals
0 stars 0 forks source link

Why fill NA values with 50000 #2

Open mackenzieyoung opened 5 years ago

mackenzieyoung commented 5 years ago

https://github.com/spmcodes/Codecademy_Project/blob/ee8c62dbbc9a83bb1d05c2428aee5f4ed13ec34e/Codecademy_Project.ipynb#L56

Why did you choose to fill the income NA values with 50000?

spmcodes commented 5 years ago

I had already filled all -1s with 30000 in the csv file. This was just an additional precaution - if any were left as Nan, though of filling it with 50000.