Automation

In this category of blog posts, I discuss how I have automated frequently used Python Scripts, PowerShell Codes, and PowerBI reports.

Python + PowerShell | Use this simple code to auto refresh the PowerBI files

To all the data scientists, here is the quick code in PowerShell to automate your PowerBI reports and Dashboard refresh. Import the Power BI module Import-Module -Name MicrosoftPowerBIMgmt Connect to the Power BI service Connect-PowerBIServiceAccount Get the list of Power BI files in the workspace $workspaceId = “” $workspace = Get-PowerBIWorkspace -Scope Organization -Id $workspaceId …

Python + PowerShell | Use this simple code to auto refresh the PowerBI files Read More »

Data Science | Difference Between Random Forrest And Decision Trees

Decision trees and random forests are popular machine learning algorithms used for classification and regression tasks. While they have some similarities, they also have some key differences that make them suitable for different types of problems. DECISION TREES A decision tree is a flowchart-like tree structure that makes a decision based on the values of …

Data Science | Difference Between Random Forrest And Decision Trees Read More »

Docker | Essential Tool for Data Scientists

Docker orchestration is the process of managing and coordinating multiple Docker containers to work together as a single system. This can be especially useful for applications that are composed of multiple microservices, as it allows developers to easily deploy, scale, and manage the individual components of the application. One of the main benefits of using Docker orchestration is that it …

Docker | Essential Tool for Data Scientists Read More »

×

Hey!

Please click below to start the chat!

× Let's chat?