neurodata / hyppo

Python package for multivariate hypothesis testing
https://hyppo.neurodata.io/
Other
219 stars 87 forks source link

A nonparametric test based on regression error (FIT) #305

Open MatthewZhao26 opened 2 years ago

MatthewZhao26 commented 2 years ago

A nonparametric test based on regression error (FIT) [paper] [python code]

[Issue 226]

rflperry commented 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.