I got CSV files to train but while training error is coming.
ValueError: could not convert string to float: 'CBH'
obviously You try to convert values of row "B" to float. And the Value "CBH" can not be converted to a floating point number.