diff --git a/code/src/features/time_domain_features.py b/code/src/features/time_domain_features.py index f0710e1..d64566c 100644 --- a/code/src/features/time_domain_features.py +++ b/code/src/features/time_domain_features.py @@ -3,7 +3,7 @@ import pandas as pd from scipy.stats import kurtosis, skew class FeatureExtractor: - # integrates the feature extraction into your project's existing data processing pipeline + # integrates the feature extraction into the project's existing data processing pipeline def __init__(self, data): # Assuming data is a numpy array self.x = data