🏠 House Prices Prediction (ElasticNet)

This repository contains a trained ElasticNet Regression pipeline for predicting residential property prices using the dataset from Kaggle.

πŸ› οΈ Usage

import joblib
from huggingface_hub import hf_hub_download

# Download model from Hugging Face Hub
model_path = hf_hub_download(repo_id="maazali04-hf/house-prices-predictor", filename="house-prices-prediction.joblib")
model = joblib.load(model_path)
Downloads last month
-
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support