From 07e4b9c98680db3da7c11239aac56446e2aa195c Mon Sep 17 00:00:00 2001 From: A Farzat Date: Tue, 28 Oct 2025 20:52:16 +0300 Subject: Correct directory name of ML blog post --- content/blog/csca5622-final/index.md | 20 + content/blog/csca5622-final/notebook.html | 8840 +++++++++++++++++++++++++++++ content/blog/csca5632-final/index.md | 20 - content/blog/csca5632-final/notebook.html | 8840 ----------------------------- 4 files changed, 8860 insertions(+), 8860 deletions(-) create mode 100644 content/blog/csca5622-final/index.md create mode 100644 content/blog/csca5622-final/notebook.html delete mode 100644 content/blog/csca5632-final/index.md delete mode 100644 content/blog/csca5632-final/notebook.html diff --git a/content/blog/csca5622-final/index.md b/content/blog/csca5622-final/index.md new file mode 100644 index 0000000..f3747e6 --- /dev/null +++ b/content/blog/csca5622-final/index.md @@ -0,0 +1,20 @@ ++++ +title = "Spam Email Classification (non-DL)" +description = "Comparing different machine learning algorithms on the Spam Email Classification problem (deep learning not included)." +date = 2025-10-22 +[taxonomies] +tags = ["machine_learning"] +[extra] +styles = ["notebooks.css", ] ++++ + +This is a small research I made on the performance of different machine learning +models when classifying spam email. The focus is on supervised models, but without +including deep learning models. + +You can also view the notebook as [a separate page](notebook.html). + + + + +You can also check it on [GitHub](https://github.com/Farzat07/introduction-to-machine-learning-supervised-learning-final-assignment). diff --git a/content/blog/csca5622-final/notebook.html b/content/blog/csca5622-final/notebook.html new file mode 100644 index 0000000..c9df42b --- /dev/null +++ b/content/blog/csca5622-final/notebook.html @@ -0,0 +1,8840 @@ + + + + + +Spam Email Classification + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ + diff --git a/content/blog/csca5632-final/index.md b/content/blog/csca5632-final/index.md deleted file mode 100644 index f3747e6..0000000 --- a/content/blog/csca5632-final/index.md +++ /dev/null @@ -1,20 +0,0 @@ -+++ -title = "Spam Email Classification (non-DL)" -description = "Comparing different machine learning algorithms on the Spam Email Classification problem (deep learning not included)." -date = 2025-10-22 -[taxonomies] -tags = ["machine_learning"] -[extra] -styles = ["notebooks.css", ] -+++ - -This is a small research I made on the performance of different machine learning -models when classifying spam email. The focus is on supervised models, but without -including deep learning models. - -You can also view the notebook as [a separate page](notebook.html). - - - - -You can also check it on [GitHub](https://github.com/Farzat07/introduction-to-machine-learning-supervised-learning-final-assignment). diff --git a/content/blog/csca5632-final/notebook.html b/content/blog/csca5632-final/notebook.html deleted file mode 100644 index c9df42b..0000000 --- a/content/blog/csca5632-final/notebook.html +++ /dev/null @@ -1,8840 +0,0 @@ - - - - - -Spam Email Classification - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - -
- - -- cgit v1.2.3-70-g09d2