博学谷-数据分析
Posted jiang910
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了博学谷-数据分析相关的知识,希望对你有一定的参考价值。
博学谷-数据分析
python熟悉学科的基础
机器学习课程的基础
1.1 介绍
1.2 jupyter和conda
1.3 matplotlib
from matplotlib import pyplot as plt
x=range(2,26,2)
y=[15,13,14,5,17,20,25,26,24,22,15,23]
plt.plot(x,y)
plt.show()
以上是关于博学谷-数据分析的主要内容,如果未能解决你的问题,请参考以下文章
博学谷学习记录超强总结,用心分享 | SpringCache常用注解介绍+集成redis