代碼調(diào)試有屬性錯(cuò)誤啊
有沒有源碼啊?照老師的代碼,有兩個(gè)屬性錯(cuò)誤啊。 AttributeError ? ? ? ? ? ? ? ? ? ? ? ? ? ?Traceback (most recent call last)
in() ? ? ?1 ppn = Perceptron(eta=0.1, n_iter=10) ----> 2 ppn.fit(X, y) AttributeError: 'Perceptron' object has no attribute 'predict'
2017-04-30
那是因?yàn)楹瘮?shù)?predict()的定義在fit()定義后邊了,你把net_input()和predict()的定義放到fit()之前就OK了