CSI-777 / salary_stone

Host the methods related to the salary stone project.
Other
1 stars 1 forks source link

What If Skill #6

Open nickmayn opened 2 years ago

nickmayn commented 2 years ago

Should be able to take in a current skill list and return a priority of what skill should be learned to increase salary.

what_if(current_skill=['python']):
Should go over all of the skills not in the list and using information theory see which skills are 
most associated with a higher 
salary to recommend. 
juliecarey commented 1 year ago

Need to use the find and organize by highest most improving shap values on the regression model that @nickmayn created.