Assignment 1
For All the Groups
Feature Algorithms Assignment 1 Expected Outputs
Extraction
TF-IDF • ID3 Apply TF-IDF For all the algorithms
Vectorizer • C4.5 Vectorizer for find the followings:
• CART feature extraction 1. Confusion
• Logistic Regression (LR) and then Matrix
• SVM implement all the 2. Classification
• KNN mentioned Report
• Multinomial Naïve Bayes algorithms 3. ROC Curve
(MNB) 4. Precision-Recall
• Bernoulli Naïve Bayes (BNB) Curve
• Gaussian Naïve Bayes (GNB)
• Random Forest (RF)
• Adaptive Bosting (AdaBoost)
• Gradient Boosting (GB)
• Stochastic Gradient Boosting
(SGB)
• Extreme Gradient Boosting
(XGBost)
• LightGBM
• CatBoost
• LPBoost
• Totalboost
CountVectorizer • ID3 Apply For all the algorithms
• C4.5 CountVectorizer find the followings:
• CART for feature 1. Confusion
• Logistic Regression (LR) extraction and then Matrix
• SVM implement all the 2. Classification
• KNN mentioned Report
• Multinomial Naïve Bayes algorithms 3. ROC Curve
(MNB) Precision-Recall Curve
• Bernoulli Naïve Bayes (BNB)
• Gaussian Naïve Bayes (GNB)
• Random Forest (RF)
• Adaptive Bosting (AdaBoost)
• Gradient Boosting (GB)
• Stochastic Gradient Boosting
(SGB)
• Extreme Gradient Boosting
(XGBost)
• LightGBM
• CatBoost
• LPBoost
• Totalboost