Skip to content

Commit

Permalink
added new project #78
Browse files Browse the repository at this point in the history
  • Loading branch information
SimranShaikh20 committed Oct 27, 2024
1 parent a08d437 commit ecaad96
Show file tree
Hide file tree
Showing 4 changed files with 9,877 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Water-Potability-Project/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<h1 align="center"> Water Potability Project </h1>

### Introduction
The Water Potability Prediction project aims to predict the potability of water based on various physicochemical properties. The project involves analyzing various aspects of water quality, including pH, hardness, solids, and other chemical properties, to determine whether the water is potable or not. This was a semester-end project for the machine learning course offered by Jai Hind College Mumbai. I did the analysis and preprocessing in jupyter notebook and created a web application using python's Streamlit library. This project will provide a powerful tool for researchers, policymakers, and the general public to analyze the potability of water and make informed decisions based on the insights gained from the analysis. The project will help identify which physicochemical properties are most important in determining water potability, while the web app will provide a user-friendly tool for predicting water potability based on the input of various physicochemical properties.

### Workflow:
1) Importing required libraries and functions from models and loading the data.
2) Exploratory data analysis and data visualization to understand the relationship between the attributes.
3) Data preprocessing which involves filling in the missing values and scaling the numerical columns.
4) Splitting the model into train & test data and evaluating its performance using a confusion matrix.
5) Visualizing the decision tree and getting the feature importances.
6) Saving the model for further use and concluding the notebook.
Loading

0 comments on commit ecaad96

Please sign in to comment.