optibnb icon indicating copy to clipboard operation
optibnb copied to clipboard

k-NN impution issues

Open xianguowy opened this issue 7 years ago • 0 comments

After I run the k-NN predict and impute missing values, I got the listings clean file. But the type of street in this file is int. And when I wanna deal with the street data, there is a Attribute Error: 'int' object has no attribute 'find'. What's the problem of it?

xianguowy avatar Aug 25 '17 19:08 xianguowy