LinearRegression should be a shorcut to polynomial_regression(degree = 1)
Aberta
enhancement
good first issue
hacktoberfest
- Linguagem predominante
- C++
- Estrelas
- 2
- Forks
- 3
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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??)
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.