可以用于天气风速预测,输入降水量、干球温度、相对湿度数据,输出为风速。该模型帮助解决了风速和降水量、干球温度、相对湿度关系建模的问题。
将采集的数据使用传统算法,多元线性回归算法等方式以预测风速。该模型通过输入降水量、干球温度、相对湿度数据,来输出预测的风速。
| 字段名 | 类型 | 描述 |
|---|---|---|
StationNum |
-- | -- |
ObservTimes |
-- | -- |
原始Precipitation |
-- | -- |
原始DryBulTemp |
-- | -- |
原始RelHumidity |
-- | -- |
| fieldName | exampleValue |
|---|---|
| StationNum | K1620 |
| ObservTimes | 14123121 |
| 原始Precipitation | 0 |
curl -H "Authorization: Bearer YOUR_API_KEY" \
http://localhost:3001/api/v1/datasets/18209