IEEE-VIT/pykitzoid
add: calc_weights function in Polynomial Regression Algorithm
開放
#35 建立於 2023年10月10日
Hacktoberfest-accepteddifficulty: mediumhacktoberfest
倉庫指標
- 星標
- (11 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
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.