YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

🏡 Housing Price Linear Model (Toy Demo)

这是一个基于纯 Python 实现的一元线性回归房价预测开源模型。

🚀 快速开始 (Quickstart)

from pipeline import load_pipeline

# 1. 加载模型
pipe = load_pipeline()

# 2. 预测 80 平方米房屋价格
price = pipe.predict(80.0)
print(f"预测价格: {price} 万元")
Downloads last month
-
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support