Chapter 5, Logistic regression may have error
OnlyBelter opened this issue · comments
weights = np.ones((3, 1))
and I get
array([[1.],
[1.],
[1.]])
where
Source Code for the book: Machine Learning in Action published by Manning
Repository from Github https://github.compbharrin/machinelearninginaction
OnlyBelter opened this issue · comments
weights = np.ones((3, 1))
and I get
array([[1.],
[1.],
[1.]])
where