機器學習實踐 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
相關文章
相關標籤/搜索