Parcourir la source

编写推理运行框架

yangzeyu il y a 11 mois
Parent
commit
682c31f43d
2 fichiers modifiés avec 23 ajouts et 0 suppressions
  1. 23 0
      inference.py
  2. 0 0
      models/rank/gbdt_lr_inference.py

+ 23 - 0
inference.py

@@ -0,0 +1,23 @@
+def itemcf_inference():
+    
+    pass
+
+def hotrecall_inference():
+    
+    pass
+
+def gbdt_lr_inference():
+    
+    pass
+
+def generate_features_shap():
+    
+    pass
+
+def generate_delivery_strategy():
+    
+    pass
+
+def run():
+    
+    pass

+ 0 - 0
models/rank/gbdt_lr_sort.py → models/rank/gbdt_lr_inference.py