IEEE-VIT/pykitzoid

add: calc_weights function in Polynomial Regression Algorithm

Open

#35 opened on Oct 10, 2023

 (1 comment) (0 reactions) (0 assignees)Go (20 forks)auto 404
Hacktoberfest-accepteddifficulty: mediumhacktoberfest

Repository metrics

Stars
 (11 stars)
PR merge metrics
 (PR metrics pending)

Description

Insert the code in the calc_weights function in pykitzoid/algorithms/polynomial_regression.go. This algorithm should aim at minimising the sum of squared differences between the predicted values (based on the line) and the actual Y values in the dataset.

Contributor guide