adkap2 / Airplane_Crash_Analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adam Goldstein: adkap2
Ryan Cummings: r1cummings
Ratika Bhuwalka: ratikabhuwalka
Sai Srinivas Lakkakula: saisrinivaslakkakula
https://github.com/adkap2/Airplane_Crash_Analysis
CMPE 255 Term Project

Airplane Crash Analysis ✈️

Instructions for Running Jupyter Notebook

Create Virtual Environment

python3 -m venv ./venv

Activate Virtual Environment

source ./venv/bin/activate

Dependencies

pip install -r requirements.txt

Run Jupyter Notebook

Ensure that the python environment is activated
for the jupyter notebook to run properly.

As of right now the only code that can be executed is all the code that is seen in the airplane_notebook.ipynb. You can open the notebook and run all the cells but this may take over an hour, we performed multiple grid searches and tested multiple types of models. We made it so that our output is already shown when you open the notebook. You do not have to re-run the cells to see the output! Any figures that are generated are also shown in the images folder in this repo.

About


Languages

Language:Jupyter Notebook 100.0%Language:TeX 0.0%Language:Python 0.0%Language:Makefile 0.0%Language:Shell 0.0%