Wine Quality Prediction
Kaggle

Kaggle's Red Wine Quality dataset to build various classification models to predict whether a particular red wine is “good quality” or not. Each wine in this dataset is given a “quality” score between 0 and 10. Ready to test the Quality of my Wine.Check my full Post.

Restaurant revenue Prediction
Kaggle

Using demographic, real estate, and commercial data, this competition challenges you to predict the annual restaurant sales of 100,000 regional locations.Shall we predict the revenue.Check my full Post.

Malcious url Prediction
using urldata.csv

Machine Learning approaches, use a set of URLs as training data, and based on the statistical properties, learn a prediction function to classify a URL as malicious or benign.Is someone sending Malcious url 😊.Check my full Post.

Mall Clustering
Kaggle

Now the data preprocessing has been done and now let us move on to making the clustering model. I will use the K-Means Clustering algorithm to cluster the data.Lets check which mall belongs to which Category.Check my full Post.