IEEE-VIT / pykitzoid

This is a repository containing a package coded in Go language, with the motive of providing ML support.
MIT License
9 stars 11 forks source link

add: calculate_r_squared function in Polynomial Regression Algorithm #40

Closed Riaaggarwal06 closed 11 months ago

Riaaggarwal06 commented 11 months ago

Insert the code in the calculate_r_squared function in pykitzoid/algorithms/polynomial_regression.go. This algorithm should aim at indicating how well the independent variable (X) explains the variability in the dependent variable (Y).

verma-divyanshu-git commented 11 months ago

Please review my PR