Discussion Overview
The discussion revolves around methods for rating the accuracy of functions that map from R^m to R, particularly in the context of generating pseudo-random expressions to approximate a given data set. Participants explore statistical methods for evaluating the accuracy of these functions based on expected and actual outputs.
Discussion Character
- Exploratory, Technical explanation, Debate/contested
Main Points Raised
- One participant seeks a method to rate function accuracy using a list of expected and actual outputs, suggesting a statistical approach.
- Another participant proposes the sum of squared errors as a standard method for evaluating accuracy, noting its analytical convenience.
- It is mentioned that some practitioners prefer using the sum of absolute errors to avoid underestimating the impact of bad solutions, especially in the presence of noise.
- A participant expresses a preference for the absolute value metric due to the random nature of their solutions, indicating a concern about accurately reflecting the quality of poor solutions.
- There is a question raised about the implications of using the absolute value metric, specifically regarding the presence of noise in the data.
Areas of Agreement / Disagreement
Participants have differing views on the best metric to use for evaluating function accuracy, with some advocating for the sum of squared errors and others for the sum of absolute errors. The discussion remains unresolved regarding which method is superior.
Contextual Notes
Participants have not fully addressed the assumptions underlying their chosen metrics, nor have they clarified how noise in the data might affect their evaluations.