# tsalab **Repository Path**: bfcatlu/tsalab ## Basic Information - **Project Name**: tsalab - **Description**: 时间序列分析实验室是一个针对研究探索常见时间序列分析手段的地方, 尝试着收集些有意思的时间序列,尝试着用新技术来压榨这些简单的数据,尝试着发现点有意思的想法。 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: https://bg4xsd.gitee.io - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-09 - **Last Updated**: 2023-09-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tsalab 这个版本使用的是 GITEE 仓库 关于时间序列分析相关的研究 开发环境参照 DA310, 这里实际使用的是 python=3.9 ## 基础环境: pip install scipy numpy matplotlib pandas ipython scikit-learn statsmodels patsy seaborn beautifulsoup4 simplejson bokeh psutil pylint flake8 yapf autopep8 black requests lxml astropy scikit-learn-intelex ipykernel plotly -i https://mirrors.cloud.tencent.com/pypi/simple ## pip 默认源 -i https://pypi.org/simple ## 时间序列包 pip install nolds pynamical PyRQA pyts hundun pip install AutoTS Sktime tsfresh # 按照要求,先装torch, 再装fastai, 最后 tsai pip install torch torchvision torchaudio # 这个会装 torch 2.0.1 GPU版本会带着 nvida的函数库, pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu # 装最新的CPU版本 pip install torch==1.13.1+cpu torchvision==0.14.1+cpu torchaudio==0.13.1 --extra-index-url https://download.pytorch.org/whl/cpu pip install fastai pip install tsai # Prophet pip install Prophet # 这个包跟 tensorflow, tsai打架, 有需要单独安装一个环境 pip install -U Prophet -i https://pypi.org/simple ## 神经网络, DA310里面按照需要选装 pip3 install torch torchvision torchaudio pip install torch==1.13.1+cpu torchvision==0.14.1+cpu torchaudio==0.13.1 --extra-index-url https://download.pytorch.org/whl/cpu conda install pytorch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1 cpuonly -c pytorch conda install pytorch==1.13.1 torchvision==0.14.1 torchaudio==0.13.1 pytorch-cuda=11.7 -c pytorch -c nvidia pip install tensorflow ## 可怜存储太少, 可以根据需要少装些 pip cache purge