Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

Streamlit applications and Google Colaboratory notebooks with introductory material to qf in Python.

[autoML.py](https://github.com/hofmannj0n/auto-machine-learning/blob/main/myapp.py) file contains streamlit app with automated machine learning
[autoML.py](https://github.com/hofmannj0n/introduction-to-quantitative-finance-in-python/blob/main/autoML.py) file contains streamlit app with automated machine learning

[portfolio.py](https://github.com/hofmannj0n/auto-machine-learning/blob/main/myapp.py) file contains streamlit app with auto portfolio optimizer & EDA
[portfolio.py](https://github.com/hofmannj0n/introduction-to-quantitative-finance-in-python/blob/main/portfolio.py) file contains streamlit app with auto portfolio optimizer & EDA

[tutorials](https://github.com/hofmannj0n/Introduction-to-Quantitative-Finance-in-Python/tree/main/tutorials) folder contains tutorials for various python packages dealing with financial data and time series modeling

Expand Down