A Thorough Dive into the Ames Iowa Housing Dataset. Part 4 of 4.

Jesse Villines
3 min readFeb 17, 2021

In the final part of this series, we deploy the regression model created in part 3 to a Streamlit web application. You will need a Streamlit account in order to do this. Check out the source code here.

The Home Buyers Toolbox

Create a st_app.py file and place it in your main folder with the following code:

import numpy as np
import pandas as pd
import…

--

--

Jesse Villines

I’m a healthcare data scientist with a passion for mining golden insights from complex datasets.