Clustering using Scatter-chart in Power BI In this video, you will learn how to do clustering in power BI using scatter-chart. The data-set that we have used in this video can be found here – Kaggle To stay updated and to get notification of new video tutorials SUBSCRIBE to our YouTube channel ML for […]
Category: Business Analytics
Why use Universal Functions or Built in Functions in NumPy ?
In this Article we will discuss that Why you SHOULD use Universal Functions or Built-in Functions in NumPy? While answering this question we will show you that how much efficient NumPy built-in functions are over standard loops and other approaches.
Financial Analytics – Part 3
Introduction Hi MLEnthusiasts! Here’s the part 3 of our financial analytics series. Today, we will be learning how to calculate the cumulative return of the portfolio of securities, given the returns of individual stocks, using python. The Theory Before jumping on code, let’s first understand the theory behind calculating the cumulative return of portfolio of […]
Financial Analytics – Part 2
Hi MLEnthusiasts! Today, we’ll be learning the concept of logarithmic rate of return and how to calculate it using python. So, let’s get started by understanding the concept of Logarithmic Rate of Return. As time progresses, the investments that we take part in increase and earn a compounded return. For bonds, the compound interest is […]
Financial Analytics: Part 1
Hi MLEnthusiasts! Today, we’ll be learning the concept of simple rate of return and how to calculate it using python. So, let’s get started by understanding the concept of Simple Rate of Return. Simple Rate of Return¶ According to investopedia, Simple Rate of Return is defined as the net gain or loss on an investment […]