Posts by Saumya

Author Biographical Info: Not available

Principal components regression in ML – Python

By Saumya

Learn how to perform principal components regression in Machine learning using Python. PCR is used to reduce dimensions in a dataset by projecting them in lower dimension space and.... Read More

k Medoids Clustering in Python

By Saumya

In this tutorial, we will learn how to perform K medoids clustering in Python. First, let’s import the required libraries. import numpy as np from scipy.spatial.distance impo.... Read More

Related Posts