def __init__(self): self.knnModel = NearestNeighbors(n_neighbors=15) self.log = logging.getLogger(__name__)