TS IS FRESH
Time Series Importance based Selection and FeatuRe Extraction on basis of Scalable Hypothesis tests
This is the documentation of ts-is-fresh. Algorithm implements the idea of combining the selection of features by their importance and the generation of features using the tsfresh library :)
Project came from the task of building important features for high-frequency trading.
Here is an idea that combines:
analysis of the similarity of price behavior for different currencies
automatic generation of statistical statistics by time windows (from
tsfresh)feature selection through statistical hypothesis tests (from
tsfresh)reducing the dimension of the feature space due to the clustering of highly correlated features
counting feature importance values (including
shapvalues) through block cross validationfeature selection based on their importance values