Hello! My application named "Salary Prediction".
- Data Wrangling -
Removed duplicates and dropped misssing or null values in the dataset. - Exploratory Data Analysis -
Analyzed the data and summarized the main characteristics. - Data Visualization -
scatter plot and regression plot to visualize the data and it's characteristics. - Machine Learning Algorithms Used -
Linear Regression - Evaluation Metrics Used -
Mean Squared Error(MSE) , Mean Absolute Error (MAE) and R-squared and
- Python 3
- Jupyter
- Pandas
- Numpy
- Matplotlib
- Scikit-Learn