🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Extract time series features of a data

User: "Himanshu_Pant"
New Altair Community Member
Updated by Jocelyn
Please help me for extracting the following time series features:
new_fc_parameters = {
    'abs_energy': None,
    'mean_abs_change':mean_chan None,
    'ge': None,
    'mean_second_derivative_central': None,
    'variation_coefficient': None,
    'variance': None,
    'absolute_sum_of_changes': None,
    'longest_strike_below_mean': None,
    'longest_strike_above_mean': None,
    'fft_coefficient': [{'coeff': 0, 'attr': 'real'},
    {'coeff': 1, 'attr': 'real'},
    {'coeff': 2, 'attr': 'real'},
    {'coeff': 3, 'attr': 'real'},
    {'coeff': 4, 'attr': 'real'},
    {'coeff': 5, 'attr': 'real'},
    {'coeff': 6, 'attr': 'real'},
    {'coeff': 7, 'attr': 'real'},
    {'coeff': 8, 'attr': 'real'},
    {'coeff': 9, 'attr': 'real'},
    {'coeff': 10, 'attr': 'real'}],
    'number_crossing_m': [{'m': 0}, {'m': -1}, {'m': 1}],
    'linear_trend_timewise': [{'attr': 'pvalue'},
    {'attr': 'rvalue'},
    {'attr': 'intercept'},
    {'attr': 'slope'},
    {'attr': 'stderr'}],                                        
}

Find more posts tagged with

Sort by:
1 - 1 of 11