william1324 commited on
Commit
a11c5b8
·
verified ·
1 Parent(s): bd210fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -12
README.md CHANGED
@@ -1,20 +1,23 @@
1
  ---
2
- title: Modeltraining
3
- emoji: 🚀
4
- colorFrom: red
5
- colorTo: red
6
  sdk: docker
7
  app_port: 8501
8
- tags:
9
- - streamlit
10
  pinned: false
11
- short_description: Streamlit template space
12
- license: mit
13
  ---
14
 
15
- # Welcome to Streamlit!
16
 
17
- Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :heart:
18
 
19
- If you have any questions, checkout our [documentation](https://docs.streamlit.io) and [community
20
- forums](https://discuss.streamlit.io).
 
 
 
 
 
 
 
 
1
  ---
2
+ title: ML Training Tool
3
+ emoji: 🤖
4
+ colorFrom: blue
5
+ colorTo: purple
6
  sdk: docker
7
  app_port: 8501
 
 
8
  pinned: false
 
 
9
  ---
10
 
11
+ # 機器學習模型訓練工具
12
 
13
+ 這是一個使用 Streamlit 開發的機器學習互動工具,支援:
14
 
15
+ - CSV / Excel 上傳
16
+ - 基本資料分析
17
+ - 資料切分
18
+ - KNN / Decision Tree / Random Forest / Logistic Regression / SVM
19
+ - Classification Report
20
+ - Confusion Matrix
21
+ - ROC Curve / AUC
22
+
23
+ 可用於 Bike Sharing Demand 分類作業展示。