I am trying to predict a positive and continuous outcome by using the generalized linear model in R (glm function) and I am wondering what family could I use for the training data. Some of the families take the log of the outcome variable (if i understand this correctly) and the log of zero is -Inf. Note that almost the 80% of the outcomes are zero.
Here is what the outcome variable looks like