机器学习实践 logistic regression算法

# -- coding: utf-8 -- from numpy import* from math import log import operator import matplotlib.pyplot as plt def loadDataSet(): path = r'E:\file\python\test\test\logisticRession_data\testSet.txt' d
相关文章
相关标签/搜索