Classifies a text as Spam or Ham
Project description
Spam Classifier
Classifier a text into Spam or Ham
Project Organization
├── LICENSE
├── Makefile <- Makefile with commands like `make data` or `make train`
├── README.md <- The top-level README for developers using this project.
├── data
│ ├── external <- Data from third party sources.
│ ├── interim <- Intermediate data that has been transformed.
│ ├── processed <- The final, canonical data sets for modeling.
│ └── raw <- The original, immutable data dump.
│
├── docs <- A default Sphinx project; see sphinx-doc.org for details
│
├── models <- Trained and serialized models, model predictions, or model summaries
│
├── notebooks <- Jupyter notebooks. Naming convention is a number (for ordering),
│ the creator's initials, and a short `-` delimited description, e.g.
│ `1.0-jqp-initial-data-exploration`.
│
├── references <- Data dictionaries, manuals, and all other explanatory materials.
│
├── reports <- Generated analysis as HTML, PDF, LaTeX, etc.
│ └── figures <- Generated graphics and figures to be used in reporting
│
├── requirements.txt <- The requirements file for reproducing the analysis environment, e.g.
│ generated with `pip freeze > requirements.txt`
│
├── setup.py <- makes project pip installable (pip install -e .) so src can be imported
├── src <- Source code for use in this project.
│ ├── __init__.py <- Makes src a Python module
│ │
│ ├── data <- Scripts to download or generate data
│ │ └── make_dataset.py
│ │
│ ├── features <- Scripts to turn raw data into features for modeling
│ │ └── build_features.py
│ │
│ ├── models <- Scripts to train models and then use trained models to make
│ │ │ predictions
│ │ ├── predict_model.py
│ │ └── train_model.py
│ │
│ └── visualization <- Scripts to create exploratory and results oriented visualizations
│ └── visualize.py
│
└── tox.ini <- tox file with settings for running tox; see tox.readthedocs.io
Project based on the cookiecutter data science project template. #cookiecutterdatascience
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyspam_classifier-0.0.2.tar.gz
(82.4 kB
view details)
Built Distribution
File details
Details for the file pyspam_classifier-0.0.2.tar.gz
.
File metadata
- Download URL: pyspam_classifier-0.0.2.tar.gz
- Upload date:
- Size: 82.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b2d1d61a8612a7f407704a8c87044ba368018b1db9a35f9df52e41b1e784b5a |
|
MD5 | df210d54c754d06ec64b1a99da997fa2 |
|
BLAKE2b-256 | bc66846821d3cc7a539947b3fbcf1dbd6dc02c21bfaaf3d2326134326345b428 |
File details
Details for the file pyspam_classifier-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: pyspam_classifier-0.0.2-py3-none-any.whl
- Upload date:
- Size: 84.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab9f0dcf3b6ca064b266d0c28511aae05e934daea5d8cc65b88dd85a6347d4b2 |
|
MD5 | be8dca2482ca03ecf727ae7b0c050e14 |
|
BLAKE2b-256 | 2a7b107a84a13f24d775aca311c4a841293f5de88d8bc6e433e1e46e0f95483c |