Commit f513e2e8 authored by litaolemo's avatar litaolemo

update

parent ccfa5180
...@@ -842,6 +842,7 @@ for t in range(0, 60): ...@@ -842,6 +842,7 @@ for t in range(0, 60):
print(card_click_diff) print(card_click_diff)
card_click += card_click_diff card_click += card_click_diff
card_exposure += card_click_diff card_exposure += card_click_diff
click_ctr = round(card_click/card_exposure,5)
except: except:
print("add error") print("add error")
instert_sql = """replace into recommend_strategy_d_fix( instert_sql = """replace into recommend_strategy_d_fix(
......
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 to comment