摘要: 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)