We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99a7af1 commit 573a81bCopy full SHA for 573a81b
README.md
@@ -180,7 +180,7 @@ print(f"Is spam: {is_spam}")
180
181
## Project Structure
182
183
-- `classifier/`: Contains the different classifiers (Naive Bayes, Random Forest, SVM).
+- `classifiers/`: Contains the different classifiers (Naive Bayes, Random Forest, SVM).
184
- `data/`: Contains the sample dataset for training the classifiers.
185
- `loading_and_processing/`: Contains utility functions for loading and preprocessing data.
186
- `models/`: Contains the trained models and their vectorizers.
0 commit comments