0% found this document useful (0 votes)
16 views1 page

Document 37

Uploaded by

realworld1469
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views1 page

Document 37

Uploaded by

realworld1469
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Concepts Learned from the Python Code: Water Quality

Prediction

1. Library Usage

 Pandas: For data manipulation and analysis. Used to load the


dataset and prepare data for modeling.
 Seaborn & Matplotlib: For data visualization to understand
parameter distribution and their effects on water potability.
 Scikit-learn: For machine learning tasks such as splitting the
dataset, training the Random Forest Classifier, and evaluating the
model performance.
 Warnings Module: Used to suppress unnecessary warnings for
cleaner output.

https://colab.research.google.com/drive/
1JXlMEBlqRmgDDWElm5Nn6CfBJyd1RZiC?usp=sharing

Output:

You might also like