python及数据科学收藏夹

数据科学流程框架

  • 1.定义问题:问题先于需求,需求先于解决方案,解决方案先于设计,设计先于技术
  • 2.收集数据
  • 3.数据准备
  • 4.探索性分析
  • 5.数据建模
  • 6.验证你的模型
  • 7.优化策略

数学

数据集

数据处理

conda使用

创建虚拟环境

查看jupyterLab环境安装的软件

!pip list --format=columns

分割训练集和测试集

https://blog.csdn.net/mdbabyface/article/details/83271612

pandas添加一行数据

https://blog.csdn.net/u010891397/article/details/83822311

获得异常数据的行号与列号

https://blog.csdn.net/alanguoo/article/details/77198503

CUDA和cudnn

Pandas读取tsv文件

数据科学框架

特征工程

CV

GAN

posted @ 2020-07-30 13:59  Fake_coder  阅读(135)  评论(0)    收藏  举报