ValueError: could not convert string to float: ‘M’
I’m trying to make an ANN in Python to predict something from a dataset (in this case diabetes), and I’m struggling to figure out how to solve this error.
I’m trying to make an ANN in Python to predict something from a dataset (in this case diabetes), and I’m struggling to figure out how to solve this error.