Added skeleton for how project should flow
This commit is contained in:
File diff suppressed because one or more lines are too long
1
py_scripts/digger.py
Normal file
1
py_scripts/digger.py
Normal file
@@ -0,0 +1 @@
|
|||||||
|
# Getting and combining data
|
||||||
1
py_scripts/engineer.py
Normal file
1
py_scripts/engineer.py
Normal file
@@ -0,0 +1 @@
|
|||||||
|
# Visualisations for Data
|
||||||
3
py_scripts/gunner.py
Normal file
3
py_scripts/gunner.py
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# Cleaning of datasets
|
||||||
|
# Somewhat main in the beninging
|
||||||
|
import pandas as pd
|
||||||
5
py_scripts/mining_hq.py
Normal file
5
py_scripts/mining_hq.py
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
# Instantiating Main Python Script File
|
||||||
|
# Collects stuff from the rest of the scripts
|
||||||
|
import pandas as pd
|
||||||
|
import numpy as np
|
||||||
|
import seaborn as sns
|
||||||
1
py_scripts/scout.py
Normal file
1
py_scripts/scout.py
Normal file
@@ -0,0 +1 @@
|
|||||||
|
# Regression/Prediction (Totally gonna do later trust bro)
|
||||||
Reference in New Issue
Block a user