Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.aurelio.ai/llms.txt

Use this file to discover all available pages before exploring further.

TfidfEncoder Objects

class TfidfEncoder(SparseEncoder, FittableMixin)

fit

def fit(routes: List[Route])
Trains the encoder weights on the provided routes. Arguments:
  • routes (List[Route]): List of routes to train the encoder on.