Skip to content

A-I-Research-Facility/Water-Quality-Index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Water Quality Index

Basic program to demonstrate linear regression model of sklearn library.

Requirements

  • sklearn
  • matplotlib
  • pandas
  • numpy

Data

water.xlsx contains information about water minelas in several locations for different dates.

Output

The output is a list of 3 simple statistics :

  • Mean Squared Error
  • Accuracy of the model
  • Gradient Descent

Below is the output of the above program :-

  • Statistics :
    Screenshot (746)

  • Linear regression plot :
    Screenshot (743)

About

Basic linear regression model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages