advy99 / advy99/cpp_ml

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

オープン
#8 コメント 4 件 リアクション 0 件 担当者 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 を短くまとめたダイジェスト。