tsfresh
0.20.3
介绍
快速开始
数据格式
scikit-learn 转换器
提取特征的概述
特征提取设置
功能过滤
如何添加自定义功能
大数据
并行化
滚动/时间序列预测
FAQ
tsfresh
作者
许可证
更新日志
如何贡献
功能计算器命名
tsfresh
索引
索引
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
K
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
V
|
W
A
abs_energy()(在 tsfresh.feature_extraction.feature_calculators 模块中)
absolute_maximum()(在 tsfresh.feature_extraction.feature_calculators 模块中)
absolute_sum_of_changes()(在 tsfresh.feature_extraction.feature_calculators 模块中)
add_sub_time_series_index()(在 tsfresh.utilities.dataframe_functions 模块中)
agg_autocorrelation()(在 tsfresh.feature_extraction.feature_calculators 模块中)
agg_linear_trend()(在 tsfresh.feature_extraction.feature_calculators 模块中)
apply() (tsfresh.feature_extraction.data.DaskTsAdapter 方法)
ApplyDistributor(tsfresh.utilities.distribution 中的类)
approximate_entropy()(在 tsfresh.feature_extraction.feature_calculators 模块中)
ar_coefficient()(在 tsfresh.feature_extraction.feature_calculators 模块中)
augmented_dickey_fuller()(在 tsfresh.feature_extraction.feature_calculators 模块中)
autocorrelation()(在 tsfresh.feature_extraction.feature_calculators 模块中)
B
benford_correlation()(在 tsfresh.feature_extraction.feature_calculators 模块中)
binned_entropy()(在 tsfresh.feature_extraction.feature_calculators 模块中)
C
c3()(在 tsfresh.feature_extraction.feature_calculators 模块中)
calculate_best_chunk_size() (tsfresh.utilities.distribution.ClusterDaskDistributor 方法)
calculate_best_chunk_size() (tsfresh.utilities.distribution.IterableDistributorBaseClass 方法)
calculate_best_chunk_size() (tsfresh.utilities.distribution.MapDistributor 方法)
calculate_relevance_table()(在 tsfresh.feature_selection.relevance 模块中)
change_quantiles()(在 tsfresh.feature_extraction.feature_calculators 模块中)
check_for_nans_in_columns()(在 tsfresh.utilities.dataframe_functions 模块中)
cid_ce()(在 tsfresh.feature_extraction.feature_calculators 模块中)
close() (tsfresh.utilities.distribution.ClusterDaskDistributor 方法)
close() (tsfresh.utilities.distribution.IterableDistributorBaseClass 方法)
close() (tsfresh.utilities.distribution.LocalDaskDistributor 方法)
close() (tsfresh.utilities.distribution.MultiprocessingDistributor 方法)
ClusterDaskDistributor(tsfresh.utilities.distribution 中的类)
combine_relevance_tables()(在 tsfresh.feature_selection.relevance 模块中)
CombinerTask(tsfresh.scripts.measure_execution_time 中的类)
complete() (tsfresh.scripts.measure_execution_time.CombinerTask 方法)
ComprehensiveFCParameters(tsfresh.feature_extraction.settings 中的类)
convert_to_output_format()(在 tsfresh.utilities.string_manipulation 模块中)
count_above()(在 tsfresh.feature_extraction.feature_calculators 模块中)
count_above_mean()(在 tsfresh.feature_extraction.feature_calculators 模块中)
count_below()(在 tsfresh.feature_extraction.feature_calculators 模块中)
count_below_mean()(在 tsfresh.feature_extraction.feature_calculators 模块中)
cwt_coefficients()(在 tsfresh.feature_extraction.feature_calculators 模块中)
D
dask_feature_extraction_on_chunk()(在 tsfresh.convenience.bindings 模块中)
DaskTsAdapter(tsfresh.feature_extraction.data 中的类)
DataCreationTask(tsfresh.scripts.measure_execution_time 中的类)
distribute() (tsfresh.utilities.distribution.ClusterDaskDistributor 方法)
distribute() (tsfresh.utilities.distribution.IterableDistributorBaseClass 方法)
distribute() (tsfresh.utilities.distribution.LocalDaskDistributor 方法)
distribute() (tsfresh.utilities.distribution.MapDistributor 方法)
distribute() (tsfresh.utilities.distribution.MultiprocessingDistributor 方法)
DistributorBaseClass(tsfresh.utilities.distribution 中的类)
download_har_dataset()(在 tsfresh.examples.har_dataset 模块中)
download_robot_execution_failures()(在 tsfresh.examples.robot_execution_failures 模块中)
E
EfficientFCParameters(tsfresh.feature_extraction.settings 中的类)
end_profiling()(在 tsfresh.utilities.profiling 模块中)
energy_ratio_by_chunks()(在 tsfresh.feature_extraction.feature_calculators 模块中)
extract_features()(在 tsfresh.feature_extraction.extraction 模块中)
extract_relevant_features()(在 tsfresh.convenience.relevant_extraction 模块中)
F
feature_parameter(tsfresh.scripts.measure_execution_time.TimingTask 属性)
FeatureAugmenter(tsfresh.transformers.feature_augmenter 中的类)
FeatureSelector(tsfresh.transformers.feature_selector 中的类)
fft_aggregated()(在 tsfresh.feature_extraction.feature_calculators 模块中)
fft_coefficient()(在 tsfresh.feature_extraction.feature_calculators 模块中)
first_location_of_maximum()(在 tsfresh.feature_extraction.feature_calculators 模块中)
first_location_of_minimum()(在 tsfresh.feature_extraction.feature_calculators 模块中)
fit() (tsfresh.transformers.feature_augmenter.FeatureAugmenter 方法)
fit() (tsfresh.transformers.feature_selector.FeatureSelector 方法)
fit() (tsfresh.transformers.per_column_imputer.PerColumnImputer 方法)
fit() (tsfresh.transformers.relevant_feature_augmenter.RelevantFeatureAugmenter 方法)
fit_transform() (tsfresh.transformers.relevant_feature_augmenter.RelevantFeatureAugmenter 方法)
fourier_entropy()(在 tsfresh.feature_extraction.feature_calculators 模块中)
friedrich_coefficients()(在 tsfresh.feature_extraction.feature_calculators 模块中)
from_columns()(在 tsfresh.feature_extraction.settings 模块中)
FullTimingTask(tsfresh.scripts.measure_execution_time 中的类)
G
get_config_from_string()(在 tsfresh.utilities.string_manipulation 模块中)
get_feature_type()(在 tsfresh.feature_selection.relevance 模块中)
get_ids()(在 tsfresh.utilities.dataframe_functions 模块中)
get_n_jobs()(在 tsfresh.utilities.profiling 模块中)
get_range_values_per_column()(在 tsfresh.utilities.dataframe_functions 模块中)
H
has_duplicate()(在 tsfresh.feature_extraction.feature_calculators 模块中)
has_duplicate_max()(在 tsfresh.feature_extraction.feature_calculators 模块中)
has_duplicate_min()(在 tsfresh.feature_extraction.feature_calculators 模块中)
I
impute()(在 tsfresh.utilities.dataframe_functions 模块中)
impute_dataframe_range()(在 tsfresh.utilities.dataframe_functions 模块中)
impute_dataframe_zero()(在 tsfresh.utilities.dataframe_functions 模块中)
include_function()(在 tsfresh.feature_extraction.settings 模块中)
index_mass_quantile()(在 tsfresh.feature_extraction.feature_calculators 模块中)
IndexBasedFCParameters(tsfresh.feature_extraction.settings 中的类)
infer_ml_task()(在 tsfresh.feature_selection.relevance 模块中)
initialize_warnings_in_workers()(在 tsfresh.utilities.distribution 模块中)
IterableDistributorBaseClass(tsfresh.utilities.distribution 中的类)
K
kurtosis()(在 tsfresh.feature_extraction.feature_calculators 模块中)
L
large_standard_deviation()(在 tsfresh.feature_extraction.feature_calculators 模块中)
last_location_of_maximum()(在 tsfresh.feature_extraction.feature_calculators 模块中)
last_location_of_minimum()(在 tsfresh.feature_extraction.feature_calculators 模块中)
lempel_ziv_complexity()(在 tsfresh.feature_extraction.feature_calculators 模块中)
length()(在 tsfresh.feature_extraction.feature_calculators 模块中)
linear_trend()(在 tsfresh.feature_extraction.feature_calculators 模块中)
linear_trend_timewise()(在 tsfresh.feature_extraction.feature_calculators 模块中)
load_driftbif()(在 tsfresh.examples.driftbif_simulation 模块中)
load_har_classes()(在 tsfresh.examples.har_dataset 模块中)
load_har_dataset()(在 tsfresh.examples.har_dataset 模块中)
load_robot_execution_failures()(在 tsfresh.examples.robot_execution_failures 模块中)
LocalDaskDistributor(tsfresh.utilities.distribution 中的类)
longest_strike_above_mean()(在 tsfresh.feature_extraction.feature_calculators 模块中)
longest_strike_below_mean()(在 tsfresh.feature_extraction.feature_calculators 模块中)
LongTsFrameAdapter(tsfresh.feature_extraction.data 中的类)
M
main()(在 tsfresh.scripts.run_tsfresh 模块中)
make_forecasting_frame()(在 tsfresh.utilities.dataframe_functions 模块中)
map_reduce() (tsfresh.utilities.distribution.ApplyDistributor 方法)
map_reduce() (tsfresh.utilities.distribution.DistributorBaseClass 方法)
map_reduce() (tsfresh.utilities.distribution.IterableDistributorBaseClass 方法)
MapDistributor(tsfresh.utilities.distribution 中的类)
matrix_profile()(在 tsfresh.feature_extraction.feature_calculators 模块中)
max_langevin_fixed_point()(在 tsfresh.feature_extraction.feature_calculators 模块中)
maximum()(在 tsfresh.feature_extraction.feature_calculators 模块中)
mean()(在 tsfresh.feature_extraction.feature_calculators 模块中)
mean_abs_change()(在 tsfresh.feature_extraction.feature_calculators 模块中)
mean_change()(在 tsfresh.feature_extraction.feature_calculators 模块中)
mean_n_absolute_max()(在 tsfresh.feature_extraction.feature_calculators 模块中)
mean_second_derivative_central()(在 tsfresh.feature_extraction.feature_calculators 模块中)
measure_temporal_complexity()(在 tsfresh.scripts.test_timing 模块中)
median()(在 tsfresh.feature_extraction.feature_calculators 模块中)
MinimalFCParameters(tsfresh.feature_extraction.settings 中的类)
minimum()(在 tsfresh.feature_extraction.feature_calculators 模块中)
module
tsfresh
tsfresh.convenience
tsfresh.convenience.bindings
tsfresh.convenience.relevant_extraction
tsfresh.defaults
tsfresh.examples
tsfresh.examples.driftbif_simulation
tsfresh.examples.har_dataset
tsfresh.examples.robot_execution_failures
tsfresh.feature_extraction
tsfresh.feature_extraction.data
tsfresh.feature_extraction.extraction
tsfresh.feature_extraction.feature_calculators
tsfresh.feature_extraction.settings
tsfresh.feature_selection
tsfresh.feature_selection.relevance
tsfresh.feature_selection.selection
tsfresh.feature_selection.significance_tests
tsfresh.scripts
tsfresh.scripts.measure_execution_time
tsfresh.scripts.run_tsfresh
tsfresh.scripts.test_timing
tsfresh.transformers
tsfresh.transformers.feature_augmenter
tsfresh.transformers.feature_selector
tsfresh.transformers.per_column_imputer
tsfresh.transformers.relevant_feature_augmenter
tsfresh.utilities
tsfresh.utilities.dataframe_functions
tsfresh.utilities.distribution
tsfresh.utilities.profiling
tsfresh.utilities.string_manipulation
MultiprocessingDistributor(tsfresh.utilities.distribution 中的类)
N
n_jobs(tsfresh.scripts.measure_execution_time.FullTimingTask 属性)
n_jobs(tsfresh.scripts.measure_execution_time.TimingTask 属性)
num_ids(tsfresh.scripts.measure_execution_time.DataCreationTask 属性)
num_ids(tsfresh.scripts.measure_execution_time.FullTimingTask 属性)
num_ids(tsfresh.scripts.measure_execution_time.TimingTask 属性)
number_crossing_m()(在 tsfresh.feature_extraction.feature_calculators 模块中)
number_cwt_peaks()(在 tsfresh.feature_extraction.feature_calculators 模块中)
number_peaks()(在 tsfresh.feature_extraction.feature_calculators 模块中)
O
output() (tsfresh.scripts.measure_execution_time.CombinerTask 方法)
output() (tsfresh.scripts.measure_execution_time.DataCreationTask 方法)
output() (tsfresh.scripts.measure_execution_time.FullTimingTask 方法)
output() (tsfresh.scripts.measure_execution_time.TimingTask 方法)
P
partial_autocorrelation()(在 tsfresh.feature_extraction.feature_calculators 模块中)
partition()(tsfresh.utilities.distribution.IterableDistributorBaseClass 静态方法)
PartitionedTsData(tsfresh.feature_extraction.data 中的类)
percentage_of_reoccurring_datapoints_to_all_datapoints()(在 tsfresh.feature_extraction.feature_calculators 模块中)
percentage_of_reoccurring_values_to_all_values()(在 tsfresh.feature_extraction.feature_calculators 模块中)
PerColumnImputer(tsfresh.transformers.per_column_imputer 中的类)
permutation_entropy()(在 tsfresh.feature_extraction.feature_calculators 模块中)
PickableSettings(tsfresh.feature_extraction.settings 中的类)
pivot() (tsfresh.feature_extraction.data.DaskTsAdapter 方法)
pivot() (tsfresh.feature_extraction.data.PartitionedTsData 方法)
plot_results()(在 tsfresh.scripts.test_timing 模块中)
Q
quantile()(在 tsfresh.feature_extraction.feature_calculators 模块中)
query_similarity_count()(在 tsfresh.feature_extraction.feature_calculators 模块中)
R
random_seed(tsfresh.scripts.measure_execution_time.DataCreationTask 属性)
random_seed(tsfresh.scripts.measure_execution_time.FullTimingTask 属性)
random_seed(tsfresh.scripts.measure_execution_time.TimingTask 属性)
range_count()(在 tsfresh.feature_extraction.feature_calculators 模块中)
ratio_beyond_r_sigma()(在 tsfresh.feature_extraction.feature_calculators 模块中)
ratio_value_number_to_time_series_length()(在 tsfresh.feature_extraction.feature_calculators 模块中)
RelevantFeatureAugmenter(tsfresh.transformers.relevant_feature_augmenter 中的类)
requires() (tsfresh.scripts.measure_execution_time.CombinerTask 方法)
requires() (tsfresh.scripts.measure_execution_time.FullTimingTask 方法)
requires() (tsfresh.scripts.measure_execution_time.TimingTask 方法)
restrict_input_to_index()(在 tsfresh.utilities.dataframe_functions 模块中)
roll_time_series()(在 tsfresh.utilities.dataframe_functions 模块中)
root_mean_square()(在 tsfresh.feature_extraction.feature_calculators 模块中)
run() (tsfresh.scripts.measure_execution_time.CombinerTask 方法)
run() (tsfresh.scripts.measure_execution_time.DataCreationTask 方法)
run() (tsfresh.scripts.measure_execution_time.FullTimingTask 方法)
run() (tsfresh.scripts.measure_execution_time.TimingTask 方法)
S
sample_entropy()(在 tsfresh.feature_extraction.feature_calculators 模块中)
sample_tau()(在 tsfresh.examples.driftbif_simulation 模块中)
select_features()(在 tsfresh.feature_selection.selection 模块中)
set_n_jobs()(在 tsfresh.utilities.profiling 模块中)
set_property()(在 tsfresh.feature_extraction.feature_calculators 模块中)
set_timeseries_container() (tsfresh.transformers.feature_augmenter.FeatureAugmenter 方法)
set_timeseries_container() (tsfresh.transformers.relevant_feature_augmenter.RelevantFeatureAugmenter 方法)
simulate() (tsfresh.examples.driftbif_simulation.velocity 方法)
simulate_with_length()(在 tsfresh.scripts.test_timing 模块中)
skewness()(在 tsfresh.feature_extraction.feature_calculators 模块中)
spark_feature_extraction_on_chunk()(在 tsfresh.convenience.bindings 模块中)
spkt_welch_density()(在 tsfresh.feature_extraction.feature_calculators 模块中)
standard_deviation()(在 tsfresh.feature_extraction.feature_calculators 模块中)
start_profiling()(在 tsfresh.utilities.profiling 模块中)
sum_of_reoccurring_data_points()(在 tsfresh.feature_extraction.feature_calculators 模块中)
sum_of_reoccurring_values()(在 tsfresh.feature_extraction.feature_calculators 模块中)
sum_values()(在 tsfresh.feature_extraction.feature_calculators 模块中)
symmetry_looking()(在 tsfresh.feature_extraction.feature_calculators 模块中)
T
target_binary_feature_binary_test()(在 tsfresh.feature_selection.significance_tests 模块中)
target_binary_feature_real_test()(在 tsfresh.feature_selection.significance_tests 模块中)
target_real_feature_binary_test()(在 tsfresh.feature_selection.significance_tests 模块中)
target_real_feature_real_test()(在 tsfresh.feature_selection.significance_tests 模块中)
time_reversal_asymmetry_statistic()(在 tsfresh.feature_extraction.feature_calculators 模块中)
time_series_length(tsfresh.scripts.measure_execution_time.DataCreationTask 属性)
time_series_length(tsfresh.scripts.measure_execution_time.FullTimingTask 属性)
time_series_length(tsfresh.scripts.measure_execution_time.TimingTask 属性)
TimeBasedFCParameters(tsfresh.feature_extraction.settings 中的类)
Timeseries(tsfresh.feature_extraction.data 中的类)
TimingTask(tsfresh.scripts.measure_execution_time 中的类)
to_tsdata()(在 tsfresh.feature_extraction.data 模块中)
transform() (tsfresh.transformers.feature_augmenter.FeatureAugmenter 方法)
transform() (tsfresh.transformers.feature_selector.FeatureSelector 方法)
transform() (tsfresh.transformers.per_column_imputer.PerColumnImputer 方法)
transform() (tsfresh.transformers.relevant_feature_augmenter.RelevantFeatureAugmenter 方法)
try_number(tsfresh.scripts.measure_execution_time.TimingTask 属性)
TsData(tsfresh.feature_extraction.data 中的类)
TsDictAdapter(tsfresh.feature_extraction.data 中的类)
tsfresh
module
tsfresh.convenience
module
tsfresh.convenience.bindings
module
tsfresh.convenience.relevant_extraction
module
tsfresh.defaults
module
tsfresh.examples
module
tsfresh.examples.driftbif_simulation
module
tsfresh.examples.har_dataset
module
tsfresh.examples.robot_execution_failures
module
tsfresh.feature_extraction
module
tsfresh.feature_extraction.data
module
tsfresh.feature_extraction.extraction
module
tsfresh.feature_extraction.feature_calculators
module
tsfresh.feature_extraction.settings
module
tsfresh.feature_selection
module
tsfresh.feature_selection.relevance
module
tsfresh.feature_selection.selection
module
tsfresh.feature_selection.significance_tests
module
tsfresh.scripts
module
tsfresh.scripts.measure_execution_time
module
tsfresh.scripts.run_tsfresh
module
tsfresh.scripts.test_timing
module
tsfresh.transformers
module
tsfresh.transformers.feature_augmenter
module
tsfresh.transformers.feature_selector
module
tsfresh.transformers.per_column_imputer
module
tsfresh.transformers.relevant_feature_augmenter
module
tsfresh.utilities
module
tsfresh.utilities.dataframe_functions
module
tsfresh.utilities.distribution
module
tsfresh.utilities.profiling
module
tsfresh.utilities.string_manipulation
module
V
value_count()(在 tsfresh.feature_extraction.feature_calculators 模块中)
variance()(在 tsfresh.feature_extraction.feature_calculators 模块中)
variance_larger_than_standard_deviation()(在 tsfresh.feature_extraction.feature_calculators 模块中)
variation_coefficient()(在 tsfresh.feature_extraction.feature_calculators 模块中)
velocity(tsfresh.examples.driftbif_simulation 中的类)
W
WideTsFrameAdapter(tsfresh.feature_extraction.data 中的类)