Merge pull request #3 from LinlyBoi/project-skeleton

Project skeleton
This commit is contained in:
Linly
2023-03-24 14:02:27 +02:00
committed by GitHub
7 changed files with 13 additions and 182 deletions

2
.gitignore vendored
View File

@@ -127,3 +127,5 @@ dmypy.json
# Pyre type checker # Pyre type checker
.pyre/ .pyre/
# vscode settings conflic shuns
.vscode/

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)