Hi all,
When attempting to run Kinfin as distributed, I get the error "AttributeError: 'module' object has no attribute 'stats'". This issue can be resolved by explicitly importing the stats module from scipy, as from scipy import stats. I would suggest an update to kinfin.py.
Thanks!