Commit ae700280 by lichenggang

增加品牌二分类预测模型

parent 14cd7fad
No preview for this file type
No preview for this file type
......@@ -41,6 +41,8 @@ class PredictorFac:
return stat_code, code2msg(stat_code)
elif predict_type == 'param':
return 1, res
elif predict_type == 'brand':
return 1, res
if __name__ == "__main__":
def get_test_data():
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment