Python-Machine-Learning icon indicating copy to clipboard operation
Python-Machine-Learning copied to clipboard

01_regression.ipynb Trouble shooting from students' end

Open leahhrlee opened this issue 1 year ago • 0 comments

Error with data.corr() in Exploratory Data Analysis: Error message: ValueError: could not convert string to float: 'chevrolet chevelle malibu' Solution: data.drop('car name',axis=1).corr()

leahhrlee avatar Oct 02 '23 21:10 leahhrlee