let me call this asms? would tend to the naming later. project live on: asms.nsisong.com
In this project, my plan is to manage and analyze safety reports and incident data in aviation using data mining and machine learning techniques I discovered.
data/
: for the raw and processed data files.notebooks/
: Jupyter notebooks for exploratory data analysis.src/
: wrote the source code for data ingestion, preprocessing, analysis, visualization, and modeling hee.tests/
: all unit tests req for the source code.requirements.txt
: added a list of required libraries.README.md
: you know what it is.run.py
: well, has everything you'd want to run the asms.
- jjust clone this repo.
- then install the libraries:
pip install -r requirements.txt
- go to bed, or do your thing
- just place raw data files in the
data/raw/
directory. - then, run the main script like this:
python former-run-3.py
- i wish you luck, maybe?
I used the MIT License.
see, i am open to receiving contribution. just fork the repo, and make changes and make a pr here, i would review and revert. if it looks good to me, i will accept your pr.