Pipeline model error in getting booster scores and feature importance
I am trying to build a lightgbm classifier model using pipeline to do both vectorassembler and classifier model. Throws me an AttributeError: ‘PipelineModel’ object has no attribute ‘getStages’
Can someone explain what I am doing wrong and whats the workaround, please!