|
@@ -51,9 +51,6 @@ class StatisticalFeatures:
|
|
|
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):
|
|
|
'''
|
|
|
Aggregates given fields with given aggregation functions
|