How to use from the
Use from the
Scikit-learn library
from huggingface_hub import hf_hub_download
import joblib
model = joblib.load(
	hf_hub_download("ramkrish07/model", "sklearn_model.joblib")
)
# only load pickle files from sources you trust
# read more about it here https://skops.readthedocs.io/en/stable/persistence.html

California Housing Price Prediction

This model predicts the median house value in California districts using a Random Forest Regressor.

The model is trained and deployed automatically using a GitHub Actions CI/CD pipeline.

Model Information

  • Algorithm: Random Forest Regressor
  • Framework: Scikit-Learn
  • Dataset: California Housing

Evaluation Metrics

  • R2: 0.7748
  • RMSE: 0.5433
  • MAE: 0.3657

Pipeline

Data Preparation โ†’ Training โ†’ Evaluation โ†’ Automatic Deployment

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support