data/ dir delete ignore

main
jebba 2022-01-24 17:19:40 -07:00
parent 85fbb8df81
commit 192d7e7275
2 changed files with 11 additions and 2 deletions

3
.gitignore vendored
View File

@ -1,4 +1,5 @@
.ipynb_checkpoints
.~lock.*#
samples
*.swp
data
samples

View File

@ -45,11 +45,19 @@ for training models. These files are in the `notebooks/` directory.
* `witzit-predict.ipynb` --- witzit Jupyter notebook, prediction application.
* `witzit-train.ipynb` --- witzit Jupyter notebook, training application.
# Data
Note: Files in the `data/` directory may be deleted and/or manipulated
by scripts in this application.
Note well, the `data/` directory is ignored by git, and is a temporary
directory where data to be processed is stored. For example, if you have
a main original archive of 10,000 samples and you want to process just 1,000
of them, they would be copied to the `data/` directory.
# Usage
HOWTO USE. Getting closer...
```
# Example:
debian@workstation:~/spacecruft/witzit$ ./wz-load