Pralaya Samal

Linear Discriminant Analysis in Python – A Detailed Guide

Linear Discriminant Analysis is a Dimensional Reduction Technique to solve multi-classifier problems. It is been also used for most supervised classification problems. It provides a method to find the linear combination between features of objects or classes. We can better understand this well by analyzing the steps involved in this analysis process. Also read: Latent

Linear Discriminant Analysis in Python – A Detailed Guide Read More »

Factor analysis using Python

Today We are going to discuss factor analysis in python, It may be new for most students nowadays. But I am assuring you, it is going to be very exciting as well. let’s get into it without getting late. Introduction to Factor Analysis Factor analysis is a dimensionality reduction technique commonly used in statistics. It

Factor analysis using Python Read More »

3D Plot in Python: A Quick Guide

We are going to learn several methods for plotting 3D plots in Python with their appropriate uses. We are going to work on our Google Colab notebook. Let’s get into it. Required Methods for Plotting Before getting started with our examples, Let’s understand the methods as well. We are going to use them further. numpy.linespace()

3D Plot in Python: A Quick Guide Read More »