Portfolio Details


Healthcare Billing Amount Prediction

This project aims to predict hospital billing amounts based on patient data using supervised learning algorithms.

The project focuses on analyzing healthcare data to estimate hospital billing amounts by leveraging machine learning techniques. Patient demographic information, medical conditions, hospitalization details, and billing-related features are used to train predictive models.

Project Overview

In this project, multiple regression models were evaluated to predict hospital billing amounts. Linear Regression and Decision Tree Regressor were tested, and the Decision Tree model was selected due to its superior performance. The final model was optimized using GridSearchCV and evaluated with metrics such as MAE, RMSE, and R² score.

Project Information

  • Category: Machine Learning
  • Developer: Yasin Kucuker
  • Project Date: 3 May, 2025
  • Theme: Supervised Learning & Regression

Features

  • Healthcare Data Analysis: Patient demographic, medical, and billing data are analyzed.
  • Billing Amount Prediction: Predicts hospital billing amounts using regression models.
  • Model Comparison: Linear Regression and Decision Tree models are evaluated.
  • Model Optimization: Decision Tree Regressor optimized using GridSearchCV.
  • Performance Evaluation: Model performance measured using MAE, RMSE, and R² metrics.