chore: add html downloads links
This commit is contained in:
parent
1bbbb55e19
commit
d6ff1d3c8c
@ -66,6 +66,8 @@ Content structure overview with notes
|
|||||||
├── data Extracted from compress archive
|
├── data Extracted from compress archive
|
||||||
├── data_sample.tar.xz Compress archive with 'data'
|
├── data_sample.tar.xz Compress archive with 'data'
|
||||||
├── imgs
|
├── imgs
|
||||||
|
├── full_content_layout.md Full content layout
|
||||||
|
├── html HTML download for notebooks
|
||||||
├── install.md Installation notes
|
├── install.md Installation notes
|
||||||
├── intro.md
|
├── intro.md
|
||||||
├── learning
|
├── learning
|
||||||
@ -129,6 +131,13 @@ If you wish to [collect](collect) your own dataset, there are several source fil
|
|||||||
|
|
||||||
<small> __ pycache __ is for Python execution, is ignored in git tasks.</small>
|
<small> __ pycache __ is for Python execution, is ignored in git tasks.</small>
|
||||||
|
|
||||||
|
## HTML Notebooks
|
||||||
|
|
||||||
|
Notebooks downloaded as HTML with code (no data is includes in this mode only output):
|
||||||
|
|
||||||
|
[prepare_perfspec.html](html/prepare_perfspec.html) Prepare data from raw to source for learning models
|
||||||
|
|
||||||
|
[model_perfspec.html](html/model_perfspec.html) To inspect / review generated models
|
||||||
|
|
||||||
## Reference
|
## Reference
|
||||||
|
|
||||||
|
@ -22,6 +22,9 @@
|
|||||||
│ └── raw-audit-logs.log
|
│ └── raw-audit-logs.log
|
||||||
├── data_sample.tar.xz Compress archive with 'data'
|
├── data_sample.tar.xz Compress archive with 'data'
|
||||||
├── full_content_layout.md
|
├── full_content_layout.md
|
||||||
|
├── html
|
||||||
|
│ ├── model_perfspec.html
|
||||||
|
│ └── prepare_perfspec.html
|
||||||
├── imgs
|
├── imgs
|
||||||
├── install.md Installation notes
|
├── install.md Installation notes
|
||||||
├── intro.md
|
├── intro.md
|
||||||
|
Loading…
Reference in New Issue
Block a user