New daniau23/house-stream Streamlit App

Check out the Streamlit app I built.
https://share.streamlit.io/daniau23/house-stream/main/housing_main.py

A simple house prediction app

2 Likes

Love it!

What area is it for?

Happy Streamlit-ing!
Marisa

The app is regression based and showcases different outlier methods such as;

  1. Z-score
  2. Use of median
  3. Use of logarithm
  4. Flooring
  5. IQR score ( Inter-quantile range score)

It predicts the price of a house using the following input parameters;

  1. Area
  2. Bedrooms
  3. Bathrooms
  4. Stories
  5. Mainroad
  6. Guestroom
  7. Basement
  8. Hot-water heating
  9. Airconditioning
  10. Parking
  11. Prefarea

I really like the ease of use with streamlit for ML applications. :grinning: :grinning_face_with_smiling_eyes:

2 Likes

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.