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.1.tar.gz
(82.4 kB
view details)
Built Distribution
File details
Details for the file pyspam_classifier-0.0.1.tar.gz
.
File metadata
- Download URL: pyspam_classifier-0.0.1.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 | ce8b639495d75868fe30c89ca4a4e4f5ce8284de05c5447831c923e414d4ddfd |
|
MD5 | 82d30d4619de13be04fe3306845249b0 |
|
BLAKE2b-256 | c01f689cc4081456c387b236461e3b5f32d9ec8d01d8c1ea9207a166cc8f3298 |
File details
Details for the file pyspam_classifier-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: pyspam_classifier-0.0.1-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 | bfc2052db1ab016e5038ef3728763529dc306efc8cb6e51e11112f5f55dd6025 |
|
MD5 | dc37a8db79d646af33f3730c443b16c9 |
|
BLAKE2b-256 | a91a7565ef9cb0af9277d92ad4604777bdf95d23b685d4888d9be90e78877b53 |