The dataset used can be obtained from here. This dataset consists of two csv files. One consists of training data and the others has test data. Since our goal is to analyze data, hence I have used training data. The data has been analyzed using python programming…
Kmeans is one of the simplest unsupervised learning technique which partitions N observations into K clusters in which each observation belongs to a cluster with nearest mean.Kmeans is a very popular technique for finding the underlying pattern in the datset.Some of the…
Linear regression is the art and science of fitting straight lines to the pattern of data. It forms the first step in predictive modeling. In linear regression model, the variable on…