- 博客(2)
- 收藏
- 关注
原创 机器学习-逻辑回归
1、引入sigmoid函数,用该函数做概率建模,因为函数值在【0,1】。log(p/(1-p))=w x输出Y=1的对数几率是输入x的线性函数。2、求参数,用极大似然估计。梯度下降迭代求解
2017-09-22 10:39:08
466
原创 pandas.DataFrame.to_excel
将python中的一列元素输出到excel,出现如下错误AttributeError: 'numpy.ndarray' object has no attribute 'to_excel'查阅资料:http://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.to_excel.html发现t
2017-08-10 10:39:00
16218
3
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人