
python学习
文章平均质量分 70
77只想躺着
这个作者很懒,什么都没留下…
展开
-
机器学习学习记录贴
一、机器学习入门——简单线性回归 (柑橘与柠檬啊项目链接:https://www.heywhale.com/mw/project/5a66c1cd75dc1d5eca320c48#加载库import pandas as pdimport numpy as npimport matplotlib.pyplot as plt#建立数据集from collections import OrderedDictexamDict={ '学习时间':[0.50,0.75,1.00,1.25,1.原创 2021-04-16 13:26:41 · 170 阅读 · 0 评论 -
04-03 python可视化零碎知识点整理
在做和鲸上的50题matplotlib从入门到精通,有很多零碎的知识点整理一下项目链接:https://www.heywhale.com/mw/project/6067e268a7fbf60018902fb5(1)numpy.linspace()numpy.linspace(start, stop, num=50, endpoint=True, retstep=False, dtype=None)在指定的间隔范围内返回均匀间隔的数字链接:https://blog.youkuaiyun.com/benben原创 2021-04-03 23:37:34 · 244 阅读 · 3 评论 -
python 学习
1)看到和鲸上别人的代码 有%matplotlib inline查了一下是%matplotlib作用是在使用jupyter notebook 或者 jupyter qtconsole的时候,才会经常用到%matplotlib,也就是说那一份代码可能就是别人使用jupyter notebook 或者 jupyter qtconsole进行编辑的。关于jupyter notebook是什么,可以参考这个链接:[Jupyter Notebook介绍、安装及使用教程][1]而%matplotlib具体作转载 2021-03-23 14:56:02 · 98 阅读 · 0 评论