Commit 883c544f authored by 赵威's avatar 赵威

update column for prediction

parent 865c7f58
...@@ -72,6 +72,22 @@ _int_columns = [ ...@@ -72,6 +72,22 @@ _int_columns = [
"sixty_browse_user_num", "sixty_browse_user_num",
"ninety_browse_user_num", "ninety_browse_user_num",
"history_browse_user_num", "history_browse_user_num",
"one_vote_pure_rate",
"three_vote_pure_rate",
"seven_vote_pure_rate",
"fifteen_vote_pure_rate",
"thirty_vote_pure_rate",
"sixty_vote_pure_rate",
"ninety_vote_pure_rate",
"history_vote_pure_rate",
"one_reply_pure_rate",
"three_reply_pure_rate",
"seven_reply_pure_rate",
"fifteen_reply_pure_rate",
"thirty_reply_pure_rate",
"sixty_reply_pure_rate",
"ninety_reply_pure_rate",
"history_reply_pure_rate",
] ]
_float_columns = [ _float_columns = [
"one_ctr", "one_ctr",
...@@ -82,18 +98,6 @@ _float_columns = [ ...@@ -82,18 +98,6 @@ _float_columns = [
"sixty_ctr", "sixty_ctr",
"ninety_ctr", "ninety_ctr",
"history_ctr", "history_ctr",
# "one_vote_pure_rate",
# "three_vote_pure_rate",
# "seven_vote_pure_rate",
# "fifteen_vote_pure_rate",
# "thirty_vote_pure_rate",
# "sixty_vote_pure_rate",
# "ninety_vote_pure_rate",
# "history_vote_pure_rate",
# "one_reply_pure_rate",
# "three_reply_pure_rate",
# "seven_reply_pure_rate",
# "fifteen_reply_pure_rate",
] ]
_categorical_columns = [ _categorical_columns = [
"device_id", "past_consume_ability_history", "potential_consume_ability_history", "price_sensitive_history", "device_fd", "device_id", "past_consume_ability_history", "potential_consume_ability_history", "price_sensitive_history", "device_fd",
......
...@@ -70,22 +70,22 @@ DIARY_COLUMNS = [ ...@@ -70,22 +70,22 @@ DIARY_COLUMNS = [
"sixty_browse_user_num", "sixty_browse_user_num",
"ninety_browse_user_num", "ninety_browse_user_num",
"history_browse_user_num", "history_browse_user_num",
# "one_vote_pure_rate", "one_vote_pure_rate",
# "three_vote_pure_rate", "three_vote_pure_rate",
# "seven_vote_pure_rate", "seven_vote_pure_rate",
# "fifteen_vote_pure_rate", "fifteen_vote_pure_rate",
# "thirty_vote_pure_rate", "thirty_vote_pure_rate",
# "sixty_vote_pure_rate", "sixty_vote_pure_rate",
# "ninety_vote_pure_rate", "ninety_vote_pure_rate",
# "history_vote_pure_rate", "history_vote_pure_rate",
# "one_reply_pure_rate", "one_reply_pure_rate",
# "three_reply_pure_rate", "three_reply_pure_rate",
# "seven_reply_pure_rate", "seven_reply_pure_rate",
# "fifteen_reply_pure_rate", "fifteen_reply_pure_rate",
# "thirty_reply_pure_rate", "thirty_reply_pure_rate",
# "sixty_reply_pure_rate", "sixty_reply_pure_rate",
# "ninety_reply_pure_rate", "ninety_reply_pure_rate",
# "history_reply_pure_rate", "history_reply_pure_rate",
"one_ctr", "one_ctr",
"three_ctr", "three_ctr",
"seven_ctr", "seven_ctr",
...@@ -173,22 +173,22 @@ FLOAT_COLUMNS = [ ...@@ -173,22 +173,22 @@ FLOAT_COLUMNS = [
"sixty_ctr", "sixty_ctr",
"ninety_ctr", "ninety_ctr",
"history_ctr", "history_ctr",
# "one_vote_pure_rate", "one_vote_pure_rate",
# "three_vote_pure_rate", "three_vote_pure_rate",
# "seven_vote_pure_rate", "seven_vote_pure_rate",
# "fifteen_vote_pure_rate", "fifteen_vote_pure_rate",
# "thirty_vote_pure_rate", "thirty_vote_pure_rate",
# "sixty_vote_pure_rate", "sixty_vote_pure_rate",
# "ninety_vote_pure_rate", "ninety_vote_pure_rate",
# "history_vote_pure_rate", "history_vote_pure_rate",
# "one_reply_pure_rate", "one_reply_pure_rate",
# "three_reply_pure_rate", "three_reply_pure_rate",
# "seven_reply_pure_rate", "seven_reply_pure_rate",
# "fifteen_reply_pure_rate", "fifteen_reply_pure_rate",
# "thirty_reply_pure_rate", "thirty_reply_pure_rate",
# "sixty_reply_pure_rate", "sixty_reply_pure_rate",
# "ninety_reply_pure_rate", "ninety_reply_pure_rate",
# "history_reply_pure_rate", "history_reply_pure_rate",
] ]
CATEGORICAL_COLUMNS = [ CATEGORICAL_COLUMNS = [
"device_id", "active_type", "past_consume_ability_history", "potential_consume_ability_history", "price_sensitive_history", "device_id", "active_type", "past_consume_ability_history", "potential_consume_ability_history", "price_sensitive_history",
......
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