Car Price Predictor (dev)
Auto-published by CD directly from train-model. This revision (main)
is the dev environment -- updates on every successful training run
that clears the RMSE gate. See git tags test / prod for promoted,
human-approved revisions.
Model type: random_forest
Test-split metrics
{
"mae": 7706.09884306474,
"rmse": 15581.153199533625,
"r2": 0.9038683925855734,
"n_samples": 23642
}
How to load a specific environment
from huggingface_hub import hf_hub_download
import joblib
# revision: "main" (dev), "test", or "prod"
path = hf_hub_download(repo_id="blusse7/car-price-predictor", filename="model.joblib", revision="main")
model = joblib.load(path)
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support