|
@@ -45,6 +45,10 @@ services = [
|
|
|
("post_processing/cdq_coe_gen.py", 10123),
|
|
|
("models_processing/model_predict/model_prediction_photovoltaic_physical.py", 10126),
|
|
|
("data_processing/data_operation/hive_to_mongo.py", 10127),
|
|
|
+
|
|
|
+ ("models_processing/model_train/model_training_ml.py", 10128),
|
|
|
+ ("models_processing/model_predict/model_prediction_ml.py", 10129),
|
|
|
+ ("post_processing/pre_post_processing.py", 10130)
|
|
|
]
|
|
|
|
|
|
# 获取当前脚本所在的根目录
|