赞
踩
由于后续有些包需要anacode进行安装
Anaconda | The World's Most Popular Data Science Platformhttps://www.anaconda.com/
conda update --all
conda list
pip list
使用conda会出问题。环境不被允许
问题如下
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
pip install transform
conda install pytorch
用于数据处理的数据包
conda install numpy
conda install pandas
机器学习的包
conda install scikit-learn
绘图的包,用于绘制折线图、柄图以及散点图
conda install matplotlib
该包用于基于keras的tcn数据包
pip install keras-tcn
该包在使用的时候,调用tcn
- import tcn
- from tcn import TCN
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。