Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added SMS Classification in Basic #1051

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# SMS Classification Project

[![SMS Classification](https://img.shields.io/badge/SMS%20Classification-Level%20Intermediate-orange.svg?&style=for-the-badge&logo=TheSparksFoundation&logoColor=blue)](https://github.com/Kushal997-das/Project-Guidance/blob/main/Machine%20Learning%20and%20Data%20Science/Intermediate/SMS%20Classification)
[![Programming Language](https://img.shields.io/badge/Programming_Language-Python-blue.svg)](https://www.python.org/)
[![Main Tool Used](https://img.shields.io/badge/Main_Tool_Used-Jupyter_Notebook-orange.svg)](https://jupyter.org/)
[![Status](https://img.shields.io/badge/Status-Complete-green.svg)](https://github.com/Kushal997-das/Project-Guidance/blob/main/Machine%20Learning%20and%20Data%20Science/Intermediate/SMS%20Classification)

> **Problem Statement:**
- Create an SMS Classifier that can classify SMS as spam or not.
- The classifier should predict the class of new data accurately.
- Implement various data handling techniques suitable for beginners.
- Use R or Python for the task.

**[Dataset](https://github.com/Kushal997-das/Project-Guidance/blob/main/Machine%20Learning%20and%20Data%20Science/Intermediate/SMS%20Classification/spam.csv)**

> **Solution:**
[**SMS Classification with Kaggle Notebook**](https://github.com/Kushal997-das/Project-Guidance/blob/main/Machine%20Learning%20and%20Data%20Science/Intermediate/SMS%20Classification/SMS%20Classification/.ipynb)

<a href="https://linkedin.com/in/avishek rauniyar" target="blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/linked-in-alt.svg" alt="avishek rauniyar" height="30" width="40" /></a>
<a href="https://github.com/Avishek8136" target="_blank"><img align="center" src="https://raw.githubusercontent.com/rahuldkjain/github-profile-readme-generator/master/src/images/icons/Social/github.svg" alt="Avishek8136" height="30" width="40" /></a>

<h3 align="center">Show some &nbsp;❤️&nbsp; by starring this repo!</h3>

Large diffs are not rendered by default.

Loading
Loading