Explorar el Código

编写推理运行框架

yangzeyu hace 11 meses
padre
commit
682c31f43d
Se han modificado 2 ficheros con 23 adiciones y 0 borrados
  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