Forum Discussion
Load custom ML model into Power BI Desktop
I have this model saved in both, pickle and hdf5 (.pkl, .hdf5) format
Is there a way I can load this either of these into Power BI and then use these to make predictions on new data?
Please let me know!
Hi Anonymous ,
If your model is saved in pickle format, can you try to run python scripts in Desktop?
Reference: Run Python Scripts in Power BI Desktop - Power BI | Microsoft Docs
Best Regards,
Community Support Team _ kalyjIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
2 Replies
- v-yanjiang-msftCommunity Support
Hi Anonymous ,
If your model is saved in pickle format, can you try to run python scripts in Desktop?
Reference: Run Python Scripts in Power BI Desktop - Power BI | Microsoft Docs
Best Regards,
Community Support Team _ kalyjIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- amitchandakSuper User
Anonymous , There is a method given here to create an API call, see if that can be used and you can call an API in power bi
https://towardsdatascience.com/deploy-ml-models-at-scale-151204549f41