浏览代码

新增-品类自动更新脚本

luojunhui 2 月之前
父节点
当前提交
0bef4fd50e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      applications/tasks/algorithm_tasks/models.py

+ 1 - 1
applications/tasks/algorithm_tasks/models.py

@@ -76,7 +76,7 @@ class CategoryRegression:
             [name + "\tp-" + name for name in ["bias"] + self.features]
         )
         print("account\tsamples\t{}".format(p_value_column_names))
-        self._build_and_print_by_account(raw_dataframe, None)
+        # self._build_and_print_by_account(raw_dataframe, None)
         for account_name in raw_dataframe["account_name"].unique():
             self._build_and_print_by_account(raw_dataframe, account_name)