AttributeError: 'LogisticRegressionGD' object has no attribute 'net_input' Why do I get this error? I define net_input

前端 未结 0 544
后悔当初
后悔当初 2021-02-08 06:24
from sklearn import datasets
import numpy as np
import matplotlib.pyplot as plt

# Assigning the petal length and petal width of the 150 flower samples to Matrix X 
# Cl         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题