style
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user