We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98c9652 commit 92fef49Copy full SHA for 92fef49
README.md
@@ -17,6 +17,7 @@ This [dataset](https://drive.google.com/file/d/1er9NJTLUA3qnRuyhfzuN0XUsoIC4a-_q
17
- Using TfidfVectorizer to convert a collection of raw documents into a matrix of TF-IDF features.
18
- Using Passive Aggressive algorithms (online learning algorithms) for the purpose is to make updates that correct the loss.
19
- Build confusion matrix.
20
+
21

22
23
## Part Two:
0 commit comments