Open liheyong opened 3 years ago
dear author
when i run this code arise an error: ValueError: could not convert string to float: 'dur' in scaler = Normalizer().fit(X) Is there any solution??
thanks!!
Check your input data, it must be 'float', instead of 'string'. it may be solved by one of the methods:
dear author
when i run this code arise an error: ValueError: could not convert string to float: 'dur' in scaler = Normalizer().fit(X) Is there any solution??
thanks!!