Open in app

Sign In

Write

Sign In

Sairam Penjarla
Sairam Penjarla

14 Followers

Home

About

Oct 9, 2022

Understand Pandas Groupby function in the most easiest way

— — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — For those who are familiar with oops concepts or are looking for a…

Python

4 min read

Understand Pandas Groupby function in the most easiest way
Understand Pandas Groupby function in the most easiest way
Python

4 min read


Jun 16, 2022

Sensitivity and Specificity in Machine Learning

To understand these concepts you must first know about the fundamentals of a confusion matrix. Assuming that you are already familiar with the concepts, let us deep dive into sensitivity, specificity, ROC curve. In the above confusion matrix, we can observe that the TP = 100, TN = 50 and…

2 min read

Sensitivity and Specificity in Machine Learning
Sensitivity and Specificity in Machine Learning

2 min read


Jun 8, 2022

Oversampling and under sampling

Today we are going to take a look at an important technique when dealing with unbalenced datasets. Unbalanced datasets usually have a target feature that has very high number of samples for one particular class and very low samples for the other classes. This makes it extremely difficult for the…

3 min read

Oversampling and under sampling
Oversampling and under sampling

3 min read


May 22, 2022

Basics of Pandas for beginners

First, let us understand the most fundamental part of pandas. One that must come to you naturally as you keep practicing pandas. The two data types in pandas. There are two most used and fundamental data types that the pandas’ library supports. Series Dataframe A pandas series is a one-dimensional…

Python

7 min read

Basics of Pandas for beginners
Basics of Pandas for beginners
Python

7 min read


May 16, 2022

Understanding Virtual environments

Understanding Virtual environments Throughout my journey, I’ve taught Python programming to many beginners. Helped them reach an intermediate level in terms of solving coding challenges, and understanding data structures and algorithms. But when it comes to building their projects, they all make the same mistake. They install their libraries globally. As a beginner…

2 min read

Understanding Virtual environments
Understanding Virtual environments

2 min read


Published in Analytics Vidhya

·Jul 15, 2021

A cheatsheet to Clustering algorithms

Clustering algorithms are one of the most popular algorithm used by machine learning practitioners across the world for classification problems. …

Machine Learning

3 min read

A cheatsheet to Clustering algorithms
A cheatsheet to Clustering algorithms
Machine Learning

3 min read


Jul 14, 2021

5 Rarely used genius methods for Data Visualisation

1. Nightingale Diagram It can be called as one of the most oldest data visualisation innovation. Florence Nightingale came up with an idea to plot the bar graphs one upon the other, without losing any valuable insights. She did this by plotting not along an X-Y axis, but but eliminating the length of…

Data Visualisation

3 min read

5 Rarely used genius methods for Data Visualisation
5 Rarely used genius methods for Data Visualisation
Data Visualisation

3 min read


Jun 28, 2021

Adding commas to my integer

I have a very large integer value such as 2874. I wrote a function that can return me a list containing all possible outcomes if I start placing commas between this large integer value. How can i reduce the complexity of this function Input: 2874 Output: [[2874],[2,874],[28,74],[287,4],[2,8,74],[2,87,4],[28,7,4],[2,8,7,4]] Explanation: #zero commas [2874] #one…

Python

1 min read

Adding commas to my integer
Adding commas to my integer
Python

1 min read


Jun 14, 2021

Jump Search

Jump Search is a searching algorithm for sorted arrays. The basic idea is to check fewer elements (than linear search) by jumping ahead by fixed steps or skipping some elements in place of searching all elements. For example, suppose we have an array arr[] of size n and block (to be…

Python

2 min read

Python

2 min read


Jun 14, 2021

Binary search

Search a sorted or non-sorted array by repeatedly dividing the search interval in half. Begin with an interval covering the whole array. If the value of the search key is less than the item in the middle of the interval, narrow the interval to the lower half. Otherwise, narrow it…

Python

1 min read

Binary search
Binary search
Python

1 min read

Sairam Penjarla

Sairam Penjarla

14 Followers

Looking for my next opportunity to make change in a BIG way

Following
  • Rukshan Pramoditha

    Rukshan Pramoditha

  • Ishaan Gupta

    Ishaan Gupta

  • V Hanuman Kumar, PhD

    V Hanuman Kumar, PhD

  • OnePlus

    OnePlus

  • Ramit Sawhney

    Ramit Sawhney

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech