IEEE-VIT/pykitzoid
add: calc_weights function in Polynomial Regression Algorithm
Aberta
#35 aberto em 10 de out. de 2023
Hacktoberfest-accepteddifficulty: mediumhacktoberfest
Métricas do repositório
- Stars
- (11 estrelas)
- Métricas de merge de PR
- (Métricas PR pendentes)
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.