You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 21, 2024. It is now read-only.
Thanks for this useful package and incorporating some useful functions.
Currently, we are exploring this package for deriving some business insights on customers.
While the expected purchase count and expected average revenue can be verified using a typical sklearn metrics such as MSE, RMSE, am unable to implement how to use arviz for verifying the probabilities of churn. Mainly because, am more of applied data scientist. So, unable to use the arviz package as is for our problem (of verifying churn probability - probability_alive and probability_alive_upto_time_t). I did refer the post here - #33
But am not sure how I can do it in a simple intuitive manner for typical sklearn scientists
Is there any simple tutorial that you can share on how to validate and interpret the results? would really be helpful
Thanks for this useful package and incorporating some useful functions.
Currently, we are exploring this package for deriving some business insights on customers.
While the expected purchase count and expected average revenue can be verified using a typical sklearn metrics such as MSE, RMSE, am unable to implement how to use arviz for verifying the probabilities of churn. Mainly because, am more of applied data scientist. So, unable to use the arviz package as is for our problem (of verifying churn probability - probability_alive and probability_alive_upto_time_t). I did refer the post here - #33
But am not sure how I can do it in a simple intuitive manner for typical sklearn scientists
Is there any simple tutorial that you can share on how to validate and interpret the results? would really be helpful