PhD models for Jolene Wium. PhD student at the University of Stellenbosch.
├── README.md <- The top-level README for developers using this project.
├── data
│ ├── external <- Data from third party sources.
│ ├── interim <- Intermediate data that has been transformed.
│ ├── processed <- The final, canonical data sets for modeling.
│ └── raw <- The original, immutable data dump.
│
├── docs <- A default Sphinx project; see sphinx-doc.org for details
│
├── references <- Data dictionaries, manuals, and all other explanatory materials.
│
├── requirements.txt <- The requirements file for reproducing the analysis environment, e.g.
│ generated with `pip freeze > requirements.txt`
│
└── src <- Source code for use in this project.
├── __init__.py <- Python module
│
├── data <- Scripts to generate and manipulate data
│ └── make_dataset.py
│
├── features <- Scripts to turn raw data into features for modeling
│ ├── build_features.py
| └── make_tests.py
│
└── models <- Algorithm specific classes and functions
├── genetic_algorithm.py
└── run_tests.py
Project based on the cookiecutter data science project template. #cookiecutterdatascience