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.