Learningmodel / README.md
william1324's picture
Update README.md
a41d493 verified
---
title: 學習模型
emoji: 🤖
colorFrom: blue
colorTo: green
sdk: gradio
app_file: app.py
python_version: "3.10"
license: mit
---
# 學習模型
這是一個使用 Gradio 製作的機器學習模型訓練工具,支援:
- CSV / Excel 資料上傳
- 基本資料分析
- 欄位型態與缺失值統計
- `count` 欄位轉二元分類
- KNN
- Decision Tree
- Random Forest
- Logistic Regression
- SVM
- Classification Report
- Confusion Matrix
- ROC Curve
- 多模型比較
適合用於 Bike Sharing Demand 分類作業展示。