pysurvival
pysurvival copied to clipboard
Multiclass methods: Gradient always exploding
I've had some success using other methods to predict survival for my business problem. However, I can never get either of the multi class methods to work. I'm met each time with The gradient exploded... You should reduce the learningrate (lr) of your optimizer
. I've tried extremely small learning rates, but still the same result.
I am facing the same issue. any solution to this problem?
Try setting auto_scalar=False