瀏覽代碼

test fuction

tsteuer 5 年之前
父節點
當前提交
08a5b3cc1b
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      cdplib/feature_engineering/StatisticalFeatures.py

+ 3 - 1
cdplib/feature_engineering/StatisticalFeatures.py

@@ -50,7 +50,9 @@ class StatisticalFeatures:
         for col in self.index_cols:
             if data[col].isnull().any():
                 self.logger.warning('Index column ' + str(col) + ' contains missing values, no features for those will be returned')
-
+        
+    def say_name(self,name):
+        print(name)
         
     def get_kpis_by_aggregation(self, kpis):
         '''