会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
红猪飞天侠
i stand for the light
博客园
首页
联系
管理
订阅
2015年7月3日
pyspark 写 logistic regression
摘要: import random as rdimport mathclass LogisticRegressionPySpark: def __init__(self,MaxItr=100,eps=0.01,c=0.1): self.max_itr = MaxItr se...
阅读全文
posted @ 2015-07-03 19:43 porco
阅读(830)
评论(0)
推荐(0)