IEEE-VIT/pykitzoid
add: calc_weights function in Polynomial Regression Algorithm
オープン
#35 opened on 2023/10/10
Hacktoberfest-accepteddifficulty: mediumhacktoberfest
Repository metrics
- Stars
- (11 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
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.