Forum Discussion
engsafory2
5 years agoRegular Visitor
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)
Hey engsafory2 ,
unfortunately, this will not work.
Here you will find the list of Python packages supported on the Power BI service: Learn which Python packages are supported - Power BI | Microsoft Docs.
Regards,
Tom
1 Reply
- TomMartensSuper User
Hey engsafory2 ,
unfortunately, this will not work.
Here you will find the list of Python packages supported on the Power BI service: Learn which Python packages are supported - Power BI | Microsoft Docs.
Regards,
Tom