Skip to content

wanxuanz/MAST30034_project1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MAST30034 Project 1 - Quantitative Analysis

Dependencies

  • Language: _i.e Python 3.9
  • Packages / Libraries: _i.e pandas, sklearn, statsmodels, os, urllib, folium, numpy, matplotlib, glob, geopandas, datetime, seaborn, warnings

Datasets

Directory

Change this to fit your needs when you have started the project.

  • raw_data: Contains all the raw data files.
  • preprocessed_data: Contains all the preprocessed data files.
  • plots: Output plots.
  • code: Keep all notebooks and scripts in this folder. Ensure that you have notebooks for each stage of code. Here's an example:
    • Notebook 1 for "Preprocessing"
    • Notebook 2 for "Feature Engineering & Visualisation"
    • Notebook 3 for "Statistical Model".

Other

Run the notebook in order of Preprocessing -> Feature Engineering & Visualisation -> Statistical Model