mirror of
https://github.com/macaodha/batdetect2.git
synced 2026-07-07 21:00:10 +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
12 lines
260 B
Markdown
12 lines
260 B
Markdown
# Analysis in Python
|
|
|
|
Use this section when you want to inspect model outputs more closely from
|
|
Python, beyond the default saved predictions.
|
|
|
|
```{toctree}
|
|
:maxdepth: 1
|
|
|
|
analysis/inspect-class-scores-in-python
|
|
analysis/inspect-detection-features-in-python
|
|
```
|