handson-ml3 icon indicating copy to clipboard operation
handson-ml3 copied to clipboard

Added ravel() to address warning.

Open jerryajay opened this issue 2 years ago • 1 comments

numpy 1.23, listed in environment.yml, requires ravel() method along with y_train. Seems that a column vector needs explicit raveling.

jerryajay avatar Feb 20 '23 22:02 jerryajay

Perhaps it has to do with the 'aesthetics' of how y_train is populated. Please confirm before merge.

jerryajay avatar Feb 21 '23 00:02 jerryajay