def fit(atributos): neighbor = NearestNeighbors(metric='euclidean') neighbor.fit(atributos) return neighbor