Logo Lanfrica
  • Home
  • Atlas
  • Insights
  • Docs
  • Sign in

Ā© 2026 Lanfrica. All rights reserved. All copyrights of the resources shown on the Lanfrica website belong to the original copyright holders, unless explicitly stated otherwise.

AhmedBassoul1/Morocco-House-Price-Prediction

Domain:

socioeconomic

Record type:

project
Creator:
Ahm
Host:
This repository serves as a hands-on platform for exploring and implementing Machine Learning Operations (MLOps) concepts. It aims to provide a comprehensive environment for learning, experimentation, and collaboration. # šŸ  Morocco House Price Prediction An end-to-end MLOps project that predicts housing prices in Morocco using a **ZenML + MLflow** training and deployment pipeline. The project ingests a Moroccan real-estate dataset, runs full EDA, handles missing values and outliers, applies feature engineering, trains a Linear Regression model inside a scikit-learn pipeline, tracks experiments with MLflow, and finally deploys the model as a local prediction service. --- ## šŸ“ Project Structure ``` . ā”œā”€ā”€ analysis/ # Exploratory Data Analysis │ ā”œā”€ā”€ EDA.ipynb # Main EDA notebook │ └── analyze_src/ # Reusable analysis strategy classes │ ā”œā”€ā”€ basic_data_inspection.py │ ā”œā”€ā”€ missing_values_analysis.py │ ā”œā”€ā”€ univariate_analysis.py │ ā”œā”€ā”€ bivariate_analysis.py │ └── multivariate_analysis.py │ ā”œā”€ā”€ data/ # Raw data │ └── housing_data.zip ā”œā”€ā”€ extracted_data/ # Auto-extracted from the zip │ └── housing_data.csv ā”œā”€ā”€ cleaned_data/ # Cleaned dataset used by the pipeline │ └── cleaned_housing_data.csv ā”œā”€ā”€ figures/ # EDA plots (distributions, heatmaps, etc.) │ ā”œā”€ā”€ src/ # Core ML logic (Strategy pattern based) │ ā”œā”€ā”€ ingest_data.py │ ā”œā”€ā”€ handle_missing_values.py │ ā”œā”€ā”€ feature_engineering.py │ ā”œā”€ā”€ outlier_detection.py │ ā”œā”€ā”€ data_splitter.py │ ā”œā”€ā”€ model_building.py │ └── model_evaluator.py │ ā”œā”€ā”€ steps/ # ZenML pipeline steps (wrappers around src/) │ ā”œā”€ā”€ data_ingestion_step.py │ ā”œā”€ā”€ handle_missing_values_step.py │ ā”œā”€ā”€ feature_engineering_step.py │ ā”œā”€ā”€ outlier_detection_step.py │ ā”œā”€ā”€ data_splitter_step.py │ ā”œā”€ā”€ model_building_step.py │ ā”œā”€ā”€ model_evaluator_step.py │ ā”œā”€ā”€ dynamic_importer.py │ ā”œā”€ā”€ model_loader.py │ ā”œā”€ā”€ prediction_service_loader.py │ └── predictor.py │ ā”œā”€ā”€ pipelines/ # ZenML pipeline definitions │ ā”œā”€ā”€ training_pipeline.py │ └── deployment_pipeline.py │ ā”œ …

Visit

github.com

Similar

amalsboui/House-Price-PredictionAhyoh1/House-price-predictionnourhen369/House-Price-PredictionObananob/Nigeria-House-Price-PredictionUthmandeveloper/House-Price-Prediction-SystemMichaelsaron/ethiopian-house-price-prediction

amalsboui/House-Price-Prediction

Production-ready ML pipeline for Tunisian house prices: web scraping, data preprocessing, XGBoost mo

Ahyoh1/House-price-prediction

Web scrapping and regression analysis of house prices in Lagos state, Nigeria. # About House price

nourhen369/House-Price-Prediction

tunisian house price prediction ML project using data scrapd from tayara.tn using BeautifulSoup. #

Obananob/Nigeria-House-Price-Prediction

# Nigerian House Price Predictor ## Project Overview This project applies Machine Learning to pred

Uthmandeveloper/House-Price-Prediction-System

A system for Predicting House Price in Offa Local Government Kwara State Nigeria # House-Price-Pred

Michaelsaron/ethiopian-house-price-prediction

Ethiopian house price prediction using regression models. Complete EDA, feature engineering, and mac