Skip to content

Cobra30621/HousePrice-Predict-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TWDS-HousePrice-Predict

一、專案介紹

台灣房價預測網站。

Demo

二、使用專案

  1. 下載本專案
git clone https://github.com/Cobra30621/HousePrice-Predict-Website
  1. 下載requirements套件
pip install -r requirements.txt
  1. 下載地圖繪製套件 geopandas
  1. 啟動網頁
streamlit run app.py       
  1. 單坪房價改成更準的模型
  • 前往One Drive 下載 model_unit.pkl
  • 將model_unit.pkl放入資料夾model/LGBM_0704
  • app.py第22行use_unit_model = False # 使否使用Unit模型修成use_unit_model = True # 使否使用Unit模型

三、更新專案

1.換模型

  • 將新模型放入model資料夾中
  • 將app.py 的 model_path,改成新模型的路徑
  • 如果使用別的模型(非LGBM),將app.py中的loadModel()改成新模型的讀取方式
  • 改輸入 : 撰寫中

四、相關資料

1.網站

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages