Spaces:
Runtime error
Runtime error
File size: 137 Bytes
d840583 | 1 2 3 4 5 6 | """Random Forest classifier."""
from models.random_forest.model import MODEL_NAME, build_model
__all__ = ["MODEL_NAME", "build_model"]
|