abhisheks008 / ML-Crate

ML-Crate stands as the ultimate hub for a multitude of exciting ML projects, serving as the go-to resource haven for passionate and dedicated ML enthusiasts!🌟💫 Devfolio URL, https://devfolio.co/projects/mlcrate-98f9
https://quine.sh/repo/abhisheks008-ML-Crate-409463050
MIT License
179 stars 214 forks source link

Salary Prediction of Data Professions #670

Closed Harshit-code-tech closed 5 days ago

Harshit-code-tech commented 1 week ago

Salary Prediction

Description

We are looking to enhance our Salary Prediction model to improve its accuracy and robustness. The goal of this issue is to implement, evaluate, and document enhancements to the existing Salary Prediction model. This issue involves several key tasks:

Tasks

Data Preprocessing Enhancements

Model Development

Model Evaluation

Documentation

Web Application Integration

Requirements

Expected Outcome

github-actions[bot] commented 1 week ago

Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊

Harshit-code-tech commented 1 week ago

I am a contributor on Social Summer Of Code Season 3 please assign me this issue

abhisheks008 commented 1 week ago

What are the models you are planning to implement?

Harshit-code-tech commented 1 week ago

Models to Implement

  1. Linear Regression

    • Reason for Selection: Provides a simple baseline to compare against more complex models. It is easy to interpret and implement.
  2. Decision Tree Regressor

    • Reason for Selection: Captures non-linear relationships and provides easy interpretation through tree visualization.
  3. Random Forest Regressor

    • Reason for Selection: Reduces overfitting and improves accuracy by averaging multiple decision trees.
  4. Gradient Boosting Regressor

    • Reason for Selection: Often outperforms other models by focusing on correcting errors iteratively, providing high accuracy.
abhisheks008 commented 1 week ago

Can you share the dataset URL, as this type of Salary Prediction model is already present in this repository.

Harshit-code-tech commented 1 week ago

https://www.kaggle.com/datasets/mohamedeldakrory8/salary-prediction-data

abhisheks008 commented 1 week ago

Assigned this issue to you @Harshit-code-tech

github-actions[bot] commented 5 days ago

Hello @Harshit-code-tech! Your issue #670 has been closed. Thank you for your contribution!