init: project scaffold
This commit is contained in:
17
.project.json
Normal file
17
.project.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "TimesFM 时序预测",
|
||||
"description": "Google开源时间序列预测模型,跨境电商备货/销量预测评估",
|
||||
"status": "active",
|
||||
"created": "2026-04-01",
|
||||
"ports": [
|
||||
{
|
||||
"port": 4420,
|
||||
"label": "dev",
|
||||
"fixed": true
|
||||
}
|
||||
],
|
||||
"stack": [
|
||||
"Python",
|
||||
"PyTorch"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user