Skip to content

Commit c2ab6f9

Browse files
committed
updating requirements
1 parent af82080 commit c2ab6f9

File tree

1 file changed

+1
-61
lines changed

1 file changed

+1
-61
lines changed

README.md

+1-61
Original file line numberDiff line numberDiff line change
@@ -1,61 +1 @@
1-
# Email Spam Detection
2-
3-
<a target="_blank" href="https://cookiecutter-data-science.drivendata.org/">
4-
<img src="https://img.shields.io/badge/CCDS-Project%20template-328F97?logo=cookiecutter" />
5-
</a>
6-
7-
A short description of the project.
8-
9-
## Project Organization
10-
11-
```
12-
├── LICENSE <- Open-source license if one is chosen
13-
├── Makefile <- Makefile with convenience commands like `make data` or `make train`
14-
├── README.md <- The top-level README for developers using this project.
15-
├── data
16-
│ ├── external <- Data from third party sources.
17-
│ ├── interim <- Intermediate data that has been transformed.
18-
│ ├── processed <- The final, canonical data sets for modeling.
19-
│ └── raw <- The original, immutable data dump.
20-
21-
├── docs <- A default mkdocs project; see www.mkdocs.org for details
22-
23-
├── models <- Trained and serialized models, model predictions, or model summaries
24-
25-
├── notebooks <- Jupyter notebooks. Naming convention is a number (for ordering),
26-
│ the creator's initials, and a short `-` delimited description, e.g.
27-
│ `1.0-jqp-initial-data-exploration`.
28-
29-
├── pyproject.toml <- Project configuration file with package metadata for
30-
│ email_spam_detection and configuration for tools like black
31-
32-
├── references <- Data dictionaries, manuals, and all other explanatory materials.
33-
34-
├── reports <- Generated analysis as HTML, PDF, LaTeX, etc.
35-
│ └── figures <- Generated graphics and figures to be used in reporting
36-
37-
├── requirements.txt <- The requirements file for reproducing the analysis environment, e.g.
38-
│ generated with `pip freeze > requirements.txt`
39-
40-
├── setup.cfg <- Configuration file for flake8
41-
42-
└── email_spam_detection <- Source code for use in this project.
43-
44-
├── __init__.py <- Makes email_spam_detection a Python module
45-
46-
├── config.py <- Store useful variables and configuration
47-
48-
├── dataset.py <- Scripts to download or generate data
49-
50-
├── features.py <- Code to create features for modeling
51-
52-
├── modeling
53-
│ ├── __init__.py
54-
│ ├── predict.py <- Code to run model inference with trained models
55-
│ └── train.py <- Code to train models
56-
57-
└── plots.py <- Code to create visualizations
58-
```
59-
60-
--------
61-
1+
# Email Spam Detection

0 commit comments

Comments
 (0)