Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
18 views1 page

ML Lab Assignment 1

The assignment requires groups to apply TF-IDF and CountVectorizer for feature extraction using various algorithms such as ID3, C4.5, and Logistic Regression. For each algorithm, the expected outputs include a confusion matrix, classification report, ROC curve, and precision-recall curve. The assignment emphasizes implementing all mentioned algorithms for both feature extraction methods.

Uploaded by

anahitaformovie
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views1 page

ML Lab Assignment 1

The assignment requires groups to apply TF-IDF and CountVectorizer for feature extraction using various algorithms such as ID3, C4.5, and Logistic Regression. For each algorithm, the expected outputs include a confusion matrix, classification report, ROC curve, and precision-recall curve. The assignment emphasizes implementing all mentioned algorithms for both feature extraction methods.

Uploaded by

anahitaformovie
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

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

You might also like