Course Table of Contents

In Part 4, we take the machine learning functions and models we created in a Jupyter Notebook in Part 3, and paste them into our Dash app so we can interactively play with them (e.g. train different models, use different subsets of technical indicator “features”, on different stocks, etc).

Learning Objectives

By the end of Part 4, you will be able to:

  1. Take a Jupyter Notebook ML model pipeline and deploy it to a Dash website

Next: Finish the Dash Layout

Course Table of Contents