|
|
@@ -39,7 +39,8 @@ redis:
|
|
|
parser.add_argument("--run_all", action='store_true')
|
|
|
parser.add_argument("--run_hot", action='store_true')
|
|
|
parser.add_argument("--run_itemcf", action='store_true')
|
|
|
- parser.add_argument("--run_itemcf_inference", action='store_true'
|
|
|
+ parser.add_argument("--run_itemcf_inference", action='store_true')
|
|
|
+ parser.add_argument("--city_uuid", type=str, help="City UUID for filtering data")
|
|
|
```
|
|
|
|
|
|
### 总共有4种启动模式分别是:
|