Skip to content

This repository code solves the problem of flawed cement mixture, which result into poor strength of Buildings and Structures using ML.

Traplekumar/Cement_Strength_Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Cement_Strength_Prediction

This repository code solves the problem of flawed cement mixture, which result into poor strength of Buildings and Structures using ML.

Dataset link - https://www.kaggle.com/vinayakshanawad/cement-manufacturing-concrete-dataset

Steps followed:

  1. Performed EDA on dataset.
  2. Find the correlation between features.
  3. Clustered the dataset using KMeans into 3 cluster.
  4. Trained model for each cluster and evaluated their performance.
  5. Increased performance of models is found when using clustered data, in comparison to using whole dataset.
  6. XGBoost performed the best on clustered and whole dataset with an R2 score of 0.899001 and 0.929995 respectively.

image image

Orange curve represent models trained on clustered data. The performance of XGBoost and Linear Regression was better.

About

This repository code solves the problem of flawed cement mixture, which result into poor strength of Buildings and Structures using ML.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published