Python-Machine-Learning
Python-Machine-Learning copied to clipboard
01_regression.ipynb Trouble shooting from students' end
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()