Sfoglia il codice sorgente

编写推理运行框架

yangzeyu 11 mesi fa
parent
commit
682c31f43d
2 ha cambiato i file con 23 aggiunte e 0 eliminazioni
  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