-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hard training session has been setted
- Loading branch information
1 parent
073cc45
commit 1faf5cc
Showing
8 changed files
with
876 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,9 @@ | |
__pycache__/ | ||
**/__pycache__/ | ||
|
||
# models | ||
models/ | ||
|
||
# git # TODO: unignore when ready | ||
.gitattributes | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Data scripts | ||
|
||
This directory contains scripts that are used to get, process and analyze | ||
the data used in the project. | ||
|
||
## Get the data | ||
|
||
```bash | ||
python get_data.py | ||
``` | ||
|
||
## Process the data | ||
|
||
```bash | ||
python prepare_dataset.py | ||
``` | ||
|
||
```mermaid | ||
graph TD; | ||
A-->B; | ||
A-->C; | ||
B-->D; | ||
C-->D; | ||
``` | ||
|
||
|
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.