Forráskód Böngészése

新增-品类自动更新脚本

luojunhui 2 hónapja
szülő
commit
0bef4fd50e
1 módosított fájl, 1 hozzáadás és 1 törlés
  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)