This repository contains some machine learning models that I'm implementing while interning at RNT.ai
List of Models :
-
Prediction of house prices using XGBoost
-
Classicfication of Iris flower species using KNN Nearest neighbor
-
Classification of Diabetic patients using Gaussian Naive Bayes classifier using the Pima Indians Dataset
-
Sentiment analysis on yelp dataset using Multinomial Naive Bayes