jysonganan / DeepLearningSurvival

PyTorch implementation of Deep Survival Models.
17 stars 9 forks source link

reduce function #2

Open CedricBeaulac opened 5 years ago

CedricBeaulac commented 5 years ago

I tried to use the code but the acc_pairs function call the reduce function which is not defined in the code.

yesredpig commented 5 years ago

Let's try it. "from functools import reduce". Reduce function is basic function of python.