bentontripp / ufo-from-vector-space

Multiple Correspondence Analysis (MCA) of UFO sightings in the USA.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ufo-from-vector-space

Data and analysis of UFO sightings in the USA.

Map

Project structure

.
├── config                      
│   └── configurations.ini
├── data            
│   ├── final      
│   ├── maps
│   │   └── dissolved_us 
│   ├── processed                   
│   └── raw
├── docs 
├── environment.sh
├── .gitignore
├── notebooks
├── README.md
├── src
│   ├── __init__.py 
│   ├── clean_data.py
│   ├── config.py
│   ├── get_data.py
│   ├── plot_map.py
│   └── UFO.py
└── tests
    └── __init__.py 

About

Multiple Correspondence Analysis (MCA) of UFO sightings in the USA.

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 69.4%Language:HTML 14.7%Language:JavaScript 10.0%Language:Python 4.7%Language:Shell 1.1%