"""Random Forest classifier.""" from models.random_forest.model import MODEL_NAME, build_model __all__ = ["MODEL_NAME", "build_model"]