From d0db65011dbb3911ed68587d61e02ffecb455581 Mon Sep 17 00:00:00 2001 From: nuluh Date: Sat, 17 Aug 2024 11:39:46 +0700 Subject: [PATCH] style --- code/src/features/time_domain_features.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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