Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 382 Bytes

File metadata and controls

11 lines (6 loc) · 382 Bytes

Project-2

Project aim to train machine learning models to suggest salary for employees looking for job.

Data jobs are scraped from 2 sites: careerlink and vieclam24h.

Salary here is converted to million Vietnamese Dong (VND).

Models used in this project are scikitlearn's Decision Tree Regressor and Random Forest Regressor.

The result is deployed onto web app using Gradio.