- Logistic Regression
- Support Vector Machine
- Decision Tree
- Random Forest
- K Nearest Neighbour
- Confusion Matrix, Accuray, Recall, Precision, F1, FPR, TPR, ROC
- Sentiment Analysis (IMDB Dataset)
- Linear Regression (House Price Prediction)
- K Means Clustering
!pip install scikit-learn
!pip install pandas
!pip install numpy
!pip install matplotlib
!pip install seaborn
!pip install nltk