LinearRegression should be a shorcut to polynomial_regression(degree = 1)
Abierto
enhancement
good first issue
hacktoberfest
- Lenguaje dominante
- C++
- Estrellas
- 2
- Forks
- 3
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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??)
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.