Open MatthewZhao26 opened 2 years ago
In the paper they use a decision tree to compute the mean squared error, but I don't think there is anything stopping any other method. Thus the implementation may want to input a general sklearn style regression function.
A nonparametric test based on regression error (FIT) [paper] [python code]
[Issue 226]