Skip to content

Commit 7bc4a25

Browse files
committed
Updated documentation
1 parent 67fd8a7 commit 7bc4a25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CODE_OF_CONDUCT.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,3 @@ members.
9393
This Code of Conduct is distributed under a Creative Commons Attribution-ShareAlike license.
9494

9595
Portions of a text derived from the Django Code of Conduct and the Geek Feminism Anti-Harassment Policy.
96-

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Make sure you have the following dependencies installed:
3838
- nltk
3939
- pandas
4040
- numpy
41+
- joblib
4142

4243
Additionally, you'll need to download the NLTK data and to do so, use the python interpreter to run the following
4344
commands:
@@ -66,7 +67,7 @@ To train the models, run the following command:
6667
python3 spam_detector_ai/trainer.py
6768
```
6869

69-
This will train all the models and save them to the `models` directory. For now, there is 3 models:
70+
This will train all the models and save them as `.joblib` files in the models directory. For now, there is 3 models:
7071

7172
- `naive_bayes.pkl`
7273
- `random_forest.pkl`

0 commit comments

Comments
 (0)