DSCI-310-2024 / data-analysis-review-2024

2 stars 0 forks source link

Submission: Group 17: Analysis and Prediction of Airline Delays in 2019 #17

Open ttimbers opened 3 months ago

ttimbers commented 3 months ago

Submitting authors: Siddharth Balodi, Charles Benkard, Mikel Ibarra Gallardo, and Stephanie Ta

Repository: https://github.com/DSCI-310-2024/dsci-310_airline-delay-classification_group-17/releases

Abstract/executive summary:

In this project, we delve into a 2019 airline delays dataset to dissect the intricate factors contributing to flight disruptions. Our analysis aims to address pivotal questions, such as what are the primary drivers behind flight delays and cancellations? Are certain airlines or airports more vulnerable to these disruptions? How do external factors like adverse weather conditions or air traffic congestion exacerbate flight schedules? While previous studies have touched upon aspects of flight disruptions, we endeavor to provide a deeper understanding through the lens of analytical techniques, including descriptive statistics, data visualization, and machine learning algorithms (specifically KNN classification).

Through our exploration, we have unearthed compelling insights. We have found that airport congestion, inclement weather, and airline operational issues are key contributors to flight disruptions. Furthermore, our analysis has revealed disparities in performance among airlines and airports, shedding light on areas ripe for operational enhancements and service improvements. By leveraging these findings, stakeholders within the aviation industry can make informed decisions aimed at minimizing disruptions and enhancing overall operational efficiency.

The significance of our research extends beyond the realm of academia. By unraveling the complexities of flight disruptions, we aim to empower decision-makers with actionable insights to navigate the challenges inherent in air travel. Moreover, our findings hold the potential to drive positive change within the aviation industry, ultimately leading to a more seamless and reliable travel experience for passengers worldwide.

Editor: @ttimbers

Reviewer: Yanxin Liang, Rashi Selarka, Caden Chan, Zackarya Hamza

cadenmchan commented 2 months ago

Data analysis review checklist

Reviewer: @cadenmchan

Conflict of interest

Code of Conduct

General checks

Documentation

Code quality

Reproducibility

Analysis report

Estimated hours spent reviewing: 3

Review Comments:

Project Strengths

Areas of Improvement

Usage: docker buildx build [OPTIONS] PATH | URL | -

Start a build

I think the proper build command is just missing a dot:

docker build -t airline-project .


- Building and running Docker container does not install required packages (still have to create env from yml file). I think this is because `requirements.txt` is empty
- `LICENSE` does not have team/team members as authors (DSCI 310 attributed instead)
- Perhaps could add clear guidelines for third parties wishing to 1) Contribute to the software 2) Report issues or problems with the software 3) Seek support

#### Attribution

This was derived from the [JOSE review checklist](https://openjournals.readthedocs.io/en/jose/review_checklist.html) and the ROpenSci review checklist.
Yuji03b commented 2 months ago

Data analysis review checklist

Reviewer: Yuji03b

Conflict of interest

Code of Conduct

General checks

Documentation

Code quality

Reproducibility

Analysis report

Estimated hours spent reviewing: 2

Review Comments:

Strengths:

Improvements:

Attribution

This was derived from the JOSE review checklist and the ROpenSci review checklist.

rashiselarka commented 2 months ago

Data analysis review checklist

Reviewer: @rashiselarka

Conflict of interest

Code of Conduct

General checks

Documentation

Code quality

Reproducibility

Analysis report

Estimated hours spent reviewing:

2

Review Comments:

Strengths:

Areas of Improvement:

Attribution

This was derived from the JOSE review checklist and the ROpenSci review checklist.

zackhamza01 commented 2 months ago

Data analysis review checklist

Reviewer: zackhamza01

Conflict of interest

Code of Conduct

General checks

Documentation

Code quality

Reproducibility

Analysis report

Estimated hours spent reviewing:

30 mins

Review Comments:

Please provide more detailed feedback here on what was done particularly well, and what could be improved. It is especially important to elaborate on items that you were not able to check off in the list above.

This was derived from the JOSE review checklist and the ROpenSci review checklist.