Python machine learning library based on Object Oriented design principles; the goal is to allow users to quickly explore data and search for top machine learning algorithm candidates for a given dataset
MIT License
1
stars
0
forks
source link
Add Residual Standard Error (RSE) to RegressionEvaluator #31
pg. 69 of ISRL
Implemented in Linear Regression; verify & reproduce (refactor to
Score
class?) inRegressionEvaluator
Consider refactoring the "equations" from scores and Evaluators into an e.g.
Equation
class