in tseval/feature_extraction.py [0:0]
def fit(self, X, y): self.skewed_indexes = [i for i in range(X.shape[1]) if skew(X[:, i]) > 0.75] return self