class BM25Encoder(TfidfEncoder)
def fit(routes: List[Route])
Trains the encoder weights on the provided routes.
Arguments:
routes
List[Route]