KKKamya Kumariinkamya.hashnode.dev·Oct 30, 2022 · 4 min readRunning a K-means Cluster AnalysisWhat is K-means Clustering K-means clustering is the unsupervised machine learning algorithm that is part of a much deep pool of data techniques and operations in the realm of Data Science. It is the fastest and most efficient algorithm to categorize...00
KKKamya Kumariinkamya.hashnode.dev·Oct 23, 2022 · 3 min readRunning a Lasso RegressionWhat is Lasso Regression Lasso regression is a regularization technique. It is used over regression methods for a more accurate prediction. This model uses shrinkage. Shrinkage is where data values are shrunk towards a central point as the mean. The ...00
KKKamya Kumariinkamya.hashnode.dev·Oct 16, 2022 · 2 min readRunning a Random ForestExplanation: Random Forest is a classifier that contains several Decision Trees on various subsets of a given DataSet and takes the average to improve the predictive accuracy of that dataset. During the implementation of homework #2, I fitted several...00