Added skeleton for how project should flow

This commit is contained in:
2023-03-23 22:15:33 +02:00
parent 666f42ef56
commit 5b4a1ced32
6 changed files with 11 additions and 182 deletions

File diff suppressed because one or more lines are too long

1
py_scripts/digger.py Normal file
View File

@@ -0,0 +1 @@
# Getting and combining data

1
py_scripts/engineer.py Normal file
View File

@@ -0,0 +1 @@
# Visualisations for Data

3
py_scripts/gunner.py Normal file
View 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
View 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
View File

@@ -0,0 +1 @@
# Regression/Prediction (Totally gonna do later trust bro)