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)