LinearRegression should be a shorcut to polynomial_regression(degree = 1)
未关闭
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 还没有评估数据。