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

Predicting Airbnb Listing Prices in New York City #671

Open awesohame opened 1 week ago

awesohame commented 1 week ago

ML-Crate Repository (Proposing new issue)

:red_circle: Project Title : Predicting Airbnb Listing Prices in New York City :red_circle: Aim : Predict Airbnb listing prices based on various features. :red_circle: Dataset : https://www.kaggle.com/datasets/dgomonov/new-york-city-airbnb-open-data :red_circle: Approach :

  1. Exploratory Data Analysis (EDA):

    • Analyze data distribution, patterns, and anomalies.
    • Visualize relationships between features and price.
  2. Data Preprocessing:

    • Handle missing values.
    • Drop unnecessary columns.
    • Encode categorical variables.
    • Scale numerical features.
  3. Model Training and Evaluation:

    • Split data into training and testing sets.
    • Train regression models:
      • Linear, Decision Tree, Random Forest, Gradient Boosting.
    • Evaluate with metrics like MAE, MSE, R2.
    • Compare model performance to select best fit.

📍 Follow the Guidelines to Contribute in the Project :


:red_circle::yellow_circle: Points to Note :


:white_check_mark: To be Mentioned while taking the issue :


Happy Contributing 🚀

All the best. Enjoy your open source journey ahead. 😎

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! 😊

awesohame commented 1 week ago

Please assign me @awesohame this issue under VSoC.

abhisheks008 commented 1 week ago

Can you implement 6-7 models for this project?

awesohame commented 1 week ago

@abhisheks008 Yes, I can train 6-7 models

abhisheks008 commented 1 week ago

Assigned @awesohame