为什么总是显示AttributeError: 'Perceptron' object has no attribute 'predict'
新手求大神赐教,感激不尽
把net_input predict函数拿到fit函数外部 与fit函数平级 检查下自己的函数名以及 __init__函数
原因是因为你的 def predict(self,X)缩进有问题
你是不是没写predict函数