IEEE-VIT/pykitzoid
add: calc_weights function in Polynomial Regression Algorithm
Offen
#35 geöffnet am 10.10.2023
Hacktoberfest-accepteddifficulty: mediumhacktoberfest
Repository-Metriken
- Stars
- (11 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
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.