Software: I am using Python 3.7.3 and stats model library.
Problem: I am trying to model a continuous target with zero inflated distribution (zeros are around 12,2% of the target variable). The target variable is annual income in US$. When i fit a Generalized Linear Model using a Gamma Distribution, the model can't capture the zero values, and the minimum predicted value is around US$ 5000.
I made a quick research and i read about zero-inflated GLM and Hurdle Models but Stats model, as far i know, doesn't support that kind of models. So, my question is, Is there a Python-Library for that? if no, what can i do?