Commit de667b98 authored by 赵威's avatar 赵威

add printer

parent bdf1d949
......@@ -27,9 +27,10 @@ def main():
# a = device_feature_engineering(df)
b = diary_feature_engineering(df2)
# print(a.size)
print(b.size)
print(b.sample(1))
device_df, diary_df, click_df, conversion_df = read_csv_data(Path("~/data/cvr_data/"))
print(diary_df.sample(1))
# device_df = device_feature_engineering(device_df)
diary_df = diary_feature_engineering(diary_df)
print(diary_df.sample(1))
......
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