handson-ml3
handson-ml3 copied to clipboard
Added ravel() to address warning.
numpy 1.23, listed in environment.yml, requires ravel() method along with y_train. Seems that a column vector needs explicit raveling.
Perhaps it has to do with the 'aesthetics' of how y_train is populated. Please confirm before merge.