advy99 / advy99/cpp_ml

LinearRegression should be a shorcut to polynomial_regression(degree = 1)

未关闭
#8 4 条评论 0 个 reaction 已指派 1 人 已被 @frey0-0 认领 在 GitHub 查看
enhancement good first issue hacktoberfest
主要语言
C++
星标
2
派生
3
PR 合并指标
30 天内没有已合并 PR

描述

With #7 there is no sense of mantaining both linear_regression and polynomial_regression, as linear_regression is a particular case of polynomial_regression with degree = 1

All the code of linear_regression should be deleted, and because Linear Regression is widely used, create a shorcut to polynomial_regression(degree = 1) with the name of linear_regression (maybe a typedef is enough??)

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。