Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Salary Detection #666

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions Salary_Detection/Dataset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Dataset

## Overview
This folder contains the dataset used for the Salary Prediction of Data Professionals project.

## Contents
- `Salary Prediction of Data Professions.csv`: The main dataset used for training and testing the model.


## Description
The dataset includes various features such as job role, experience, age, ratings, and other relevant attributes to predict the salary of data professionals.
2,640 changes: 2,640 additions & 0 deletions Salary_Detection/Dataset/Salary Prediction of Data Professions.csv

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions Salary_Detection/Images/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Images

## Overview
This folder contains images generated during different stages of the project such as data preprocessing, exploratory data analysis (EDA), feature engineering, and model evaluation.

## Structure
- `.datapreprocessing`: Images related to data preprocessing steps.
- `.data_handling`: Images showing data handling techniques.
- `.eda`: Visualizations created during exploratory data analysis.
- `.feature_engineering`: Images showing feature engineering steps.
- `.Machine_Learning_Model_Development_and_Evaluation`: Visualizations related to model development and evaluation.
- `.ml_pipeline`: Images depicting the machine learning pipeline.


Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Salary_Detection/Images/eda/check_for_null.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Salary_Detection/Images/eda/correlation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Salary_Detection/Images/eda/describe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Salary_Detection/Images/eda/head.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Salary_Detection/Images/eda/info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Salary_Detection/Images/eda/salary vs age.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions Salary_Detection/Model/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Model

## Overview
This folder contains the main project files for the Salary Prediction of Data Professionals project.

## Contents
- `mentorness_ml_1.ipynb`: The Jupyter notebook file containing the entire workflow of the project including data analysis, feature engineering, model training, and evaluation.
- `README.md`: This readme file.
- `data`: A folder containing the dataset used in the project.

## Instructions
1. Open the `mentorness_ml_1.ipynb` to view the step-by-step workflow.
2. Install the necessary dependencies listed in the `requirements.txt` file.
2,640 changes: 2,640 additions & 0 deletions Salary_Detection/Model/Salary Prediction of Data Professions.csv

Large diffs are not rendered by default.

Loading
Loading