You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Join our mission to enhance aviation safety by diving into a century's worth of aerial accidents. As the data analyst for the International Civil Aviation Organization (ICAO), I've meticulously examined data, conducted extensive analyses, and developed an interactive Tableau Dashboard to provide insightful visualizations.
Explore glider aviation safety through in-depth data analysis. This project leverages incident reports and manufacturing data, utilizing Python and Jupyter Notebooks for trend identification, risk assessment, and safety enhancement in glider aviation.
SQL and Python Scripts for OpenSky Trino Database Analysis. This release includes SQL scripts and Python code for analyzing ADS-B messages stored in the OpenSky Trino database.
The aim of this project is to build a machine learning model that will predict the level of crash severity which is compared to the percentage of deaths with respect to total Souls on board.
This project analyzes aviation accident data using machine learning to predict and prevent fatal accidents. By testing models like Linear Regression, Random Forest, and XGBoost, the study found XGBoost to be the most accurate in predicting high-risk scenarios, aiding efforts to improve aviation safety.
This repository contains the final project for Applied Machine Learning, where we built and evaluated predictive models to assess the risk of bird strikes on aircraft. The project explores various machine learning techniques to classify incidents and determine whether they resulted in aircraft damage.
This project investigates the impact of flight type, crash cause, and region on fatality rates using t-tests, proportion tests, ANOVA, and linear regression. Developed for the Foundations of Machine Learning course, demonstrating proficiency in hypothesis testing, statistical modelling, and data-driven decision-making.
SkyWalk is a tool that is developed to help pilots become more aware of the various aspects of their flight plan as it can address situations that may need extra attention.
AirLang: A domain-specific language for aviation flight planning and operations, featuring a complete compiler toolchain with 7-phase compilation, and specialized aviation calculations. Deployed as a standalone application with comprehensive documentation and examples