DS Concepts DS Languages

Handling missing values – Part 2

Hi ML Enthusiasts! In this tutorial, we will be continuing our tutorial on how to handle missing data.

Continue Reading
DS Concepts

Linear Regression Steps

Linear Regression steps Hi MLEnthusiasts! Today, we will discuss the steps to perform linear regression and in subsequent articles, we will discuss how to perform them by means of case-studies! Understand the problem statement. Generate the hypothesis Making the linear regression model Step 1: Data Preparation Import data View data Check the summary of data […]

Continue Reading
Uncategorized

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 […]

Continue Reading
Back To Top