Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. Modeling Loss / Average Loss
  2. |
  3. |-- Loss without Zeroes
  4. | |
  5. | |-- Gamma
  6. | |
  7. | `-- Inverse Gaussian
  8. |
  9. |-- Loss with Some Zeros
  10. | |
  11. | |-- Intercept-only ZAGA (Zero-Adjusted Gamma)
  12. | |
  13. | |-- Intercept-only ZAIG (Zero-Adjusted Inverse Gaussian)
  14. | |
  15. | `-- Tweedie
  16. |
  17. |-- Loss with Many Zeros
  18. | |
  19. | |-- ZAGA (Zero-Adjusted Gamma)
  20. | |
  21. | `-- ZAIG (Zero-Adjusted Inverse Gaussian)
  22. |
  23. `-- Loss with Nonzero Threshold Xm
  24. |
  25. |-- Tobit
  26. |
  27. |-- Pareto
  28. |
  29. `-- Shifted Response with Y' = Y - Xm or Y' = Ln(Y / Xm)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement