tests.core package#

Subpackages#

Submodules#

tests.core.test_feature_extractor module#

tests.core.test_feature_extractor.test_extract_absolute_energy_feature()#

Test that FeatureExtractor correctly extracts the ‘absolute_energy’ feature.

tests.core.test_feature_extractor.test_extract_entropy_feature()#

Test that FeatureExtractor correctly extracts the ‘entropy’ feature.

tests.core.test_feature_extractor.test_extract_length_feature()#

Test that FeatureExtractor correctly extracts the ‘length’ feature.

tests.core.test_feature_extractor.test_extract_mean_feature()#

Test that FeatureExtractor correctly extracts the ‘mean’ feature.

tests.core.test_feature_extractor.test_extract_missing_points_feature()#

Test that FeatureExtractor correctly extracts the ‘missing_points’ feature.

tests.core.test_feature_extractor.test_extract_peak_and_trough_features()#

Test that FeatureExtractor correctly extracts the ‘peak’ and ‘trough’ features.

tests.core.test_feature_extractor.test_extract_seasonality_strength_feature()#

Test that FeatureExtractor correctly extracts the ‘seasonality_strength’ feature.

tests.core.test_feature_extractor.test_extract_spikeness_feature()#

Test that FeatureExtractor correctly extracts the ‘spikeness’ feature.

tests.core.test_feature_extractor.test_extract_stability_features()#

Test that FeatureExtractor correctly extracts the ‘peak’ and ‘trough’ features.

tests.core.test_feature_extractor.test_extract_std_1st_der_feature()#

Test that FeatureExtractor correctly extracts the ‘std_1st_der’ feature.

tests.core.test_feature_extractor.test_extract_variance_feature()#

Test that FeatureExtractor correctly extracts the ‘variance’ feature.

tests.core.test_feature_extractor.test_extract_with_id_column()#

Test that FeatureExtractor groups data by id_column before feature extraction.

tests.core.test_feature_extractor.test_extract_with_sort_column()#

Test that FeatureExtractor sorts data by sort_column before feature extraction.

tests.core.test_feature_extractor.test_extract_with_window_size_and_stride()#

Test that FeatureExtractor correctly applies window_size and stride.

tests.core.test_time_series_data module#

tests.core.test_time_series_data.test_time_series_initialization()#

Test the initialization of TimeSeriesData with a pandas Series.

tests.core.test_time_series_data.test_time_series_resample()#

Test the resampling of TimeSeriesData with a datetime index.

tests.core.test_time_series_data.test_time_series_split()#

Test the split functionality of TimeSeriesData.

Module contents#