Closed tikigonzo closed 2 months ago
var rmse is not tested for the value at all. It calls GoodnessOfFit
The regression is based on a time series data set from: https://otexts.com/fpp3/least-squares.html
There is no right answer. Just outputting and visualizing with Excel. Sandbox test.
Create a new formal unit test and compare against a dataset in R or Python. Do this for k-NN regression and classification.
I updated the test cases to be apples-to-apples with R
Test_kNN-Regression is passing the boot and predictive testing through Debug.WriteLine. Need a reference to the solution for the data to justify the passed test.