Forum Discussion

engsafory2's avatar
engsafory2
Regular Visitor
5 years ago
Solved

Pycaret python not working on Power bi Service

I try to run Pycaret python with not working on Power bi Service visual ? is there a way to handle it with dynamic variable and load 

 

from pycaret.regression import *
Model = load_model('C:\\Users\\dw_user\\Teach_Model')
xx = predict_model(Model, data=dataset)