Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 509 Bytes

README.MD

File metadata and controls

19 lines (10 loc) · 509 Bytes

Commands and stuff for running the project

financial_modeling commands:

start up: (windows)

python -m venv ./financial

./financial/Scripts/activate

pip install -r requirements.txt


financial report: I used ChatGPT to fufill first deliverable, but feel free to make edits. It could be wrong as I have not spent the time to completly understand the program. It utilized scikit-learn for the linear regression model.