UppuluriKalyani / ML-Nexus

ML Nexus is an open-source collection of machine learning projects, covering topics like neural networks, computer vision, and NLP. Whether you're a beginner or expert, contribute, collaborate, and grow together in the world of AI. Join us to shape the future of machine learning!
https://discord.gg/fy8MQkCh
MIT License
33 stars 51 forks source link

Avito Product Analysis and Price Prediction #260

Open deepanshubaghel opened 4 hours ago

deepanshubaghel commented 4 hours ago

Avito Product Analysis and Price Prediction

Aim

Perform exploratory data analysis on the dataset of products from Avito Advertising website and develop a ML model to predict prices of the other products in the website.

Dataset

https://www.kaggle.com/abderrahimalakouche/data-analysis-products-dataset

Description of features in the dataset:

  1. Product_name: Name of the product, it can be written in English, Arabic, or French
  2. Product_id: Product id or product reference number
  3. Product_Category: Category of Product
  4. price: Product price
  5. Professional_Publication: If publication is 'pro'(professional) or private
  6. Region_address: Regional address of seller
  7. Local_address: Local address (City) of seller

Project Description and Approach

Models Used

github-actions[bot] commented 4 hours ago

Thanks for creating the issue in ML-Nexus!🎉 Before you start working on your PR, please make sure to: