MSTC-DA-IICT / Hacktoberfest23-Delve-into-ML

A Data Science and Machine Learning repository to promote open source contribution for Hacktoberfest 2023.
2 stars 3 forks source link

Data Scraping #3

Open Takshay-Makadia opened 9 months ago

Takshay-Makadia commented 9 months ago

Our aim is to study and predict the pattern of flight ticket price around the year between Mumbai and Toronto which would be helpful for people looking forward to immigrating to Canada. For this our primary goal is to collect data for training a ML model that can predict flight prices around the year. Visit here and scrap the data for one-way trip between Mumbai(BOM) and Toronto(YTO) (refer the fig below for reference). Data scraped must have columns date_of_flight, departure_time, arrival_time, airline_name, number_of_stops_in_between, total_journey_time and total_fare. Data scraped must have at least 20 samples of each day starting from 1st November, 2023 to 31st July, 2024.

Data Scraping Reference

Make a new folder named Flight Price Case Study and inside it you need to submit a scraping.ipynb notebook containing the code you used to scrap the data and also upload the flight_dataset.csv file of the data scraped inside the same folder.

sidd-27 commented 9 months ago

Can I work on this? I'm done with the code for issue 2, but it got assigned to someone else, so I wanna try this. Ik the basics of selenium.

Takshay-Makadia commented 9 months ago

@sidd-27 you have been assigned this issue.

Parag17358official commented 9 months ago

Can I work on this?

Takshay-Makadia commented 8 months ago

@sidd-27 are you still working on this issue?

Takshay-Makadia commented 8 months ago

@Parag17358official as there is no update from previous assignees so far you can work on this issue.