mirror of
https://github.com/macaodha/batdetect2.git
synced 2026-07-08 05:10:09 +02:00
Some checks failed
CI / Checks (push) Has been cancelled
Docs Pages / Build Docs (push) Has been cancelled
CI / Tests (Python ${{ matrix.python-version }}) (3.10) (push) Has been cancelled
CI / Tests (Python ${{ matrix.python-version }}) (3.11) (push) Has been cancelled
CI / Tests (Python ${{ matrix.python-version }}) (3.12) (push) Has been cancelled
Docs Pages / Deploy Docs (push) Has been cancelled
21 lines
434 B
Markdown
21 lines
434 B
Markdown
# How-to Guides
|
|
|
|
How-to guides help you answer practical questions once you are past the first
|
|
tutorial.
|
|
|
|
Use this section when you already know the basic workflow and want help with one
|
|
specific task.
|
|
|
|
The guides are grouped by topic so you can jump straight to the part of the
|
|
workflow you are working on.
|
|
|
|
```{toctree}
|
|
:maxdepth: 1
|
|
|
|
inference-and-outputs
|
|
analysis-in-python
|
|
training-and-fine-tuning
|
|
evaluation
|
|
data-and-targets
|
|
```
|