Skip to main content

Posts

Featured

Implement machine learning in a Power BI Dashboard

Implement machine learning in a Power BI Dashboard 15 Y ou have completed machine learning model training in Python. Then, you want to implement that model and use the model prediction in the Power BI dashboard. This article will tell you how to do that. Azure Machine Learning is the formal way to integrate machine learning in Power BI. However, I will use an informal method by using Python to import the trained model and make a prediction. Requirement You must finish setting up Python in Power BI. The article below will show you how. Python in Power BI Increase the power of the Power BI dashboard by integrating Python. Step by step to use Python to acquire, transform, and… medium.com Install the joblib library in the Anaconda environment to load the model file. pip install joblib Step summary Train a model in Python Load data in Power BI Implement the model in Power BI 1. Train a model in Python I will not go into detail about machine learning here. This is only to get a model as an e

Latest Posts

test

DAX Expression and IF Functions in Power BI