tsfresh简介
tsfresh是开源的提取时序数据特征的python包,能够提取出超过4000种特征,堪称提取时序特征的瑞士军刀。
tsfresh官网
tsfresh项目github地址
下面是使用官方的案例数据进行的一个小例子。当然在这之前你要先安装tsfresh库,很方便直接pip install tsfresh
就可以了。
%matplotlib inline
import matplotlib.pylab as plt
import seaborn as sns
from tsfresh.examples.robot_execution_failures import download_robot_execution_failures,load_robot_execution_failures
from tsfresh import extract_features, extract_relevant_features, s