-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
251 lines (220 loc) · 15.4 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
<!doctype html>
<html class="no-js">
<head><meta charset="utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1"/>
<meta name="color-scheme" content="light dark"><link rel="index" title="Index" href="genindex.html" /><link rel="search" title="Search" href="search.html" />
<meta name="generator" content="sphinx-3.5.4, furo 2021.04.11.beta34"/>
<title>Home - PEP 0.1 documentation</title>
<link rel="stylesheet" href="_static/styles/furo.css?digest=59ab60ac09ea94ccfe6deddff6d715cce948a6fc">
<link rel="stylesheet" href="_static/pygments.css">
<link media="(prefers-color-scheme: dark)" rel="stylesheet" href="_static/pygments_dark.css">
<style>
:root {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
}
@media (prefers-color-scheme: dark) {
:root {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
}
/* For allowing end-user-specific overrides */
.override-light {
--color-code-background: #f8f8f8;
--color-code-foreground: black;
}
.override-dark {
--color-code-background: #202020;
--color-code-foreground: #d0d0d0;
}
</style><link rel="stylesheet" type="text/css" href="_static/graphviz.css" />
<link rel="stylesheet" href="_static/styles/furo-extensions.css?digest=d391b54134226e4196576da3bdb6dddb7e05ba2b"></head>
<body dir="">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
<symbol id="svg-toc" viewBox="0 0 24 24">
<title>Contents</title>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke-width="1.5" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z"/>
<line x1="4" y1="6" x2="20" y2="6" />
<line x1="10" y1="12" x2="20" y2="12" />
<line x1="6" y1="18" x2="20" y2="18" />
</svg>
</symbol>
<symbol id="svg-menu" viewBox="0 0 24 24">
<title>Menu</title>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
class="feather feather-menu">
<line x1="3" y1="12" x2="21" y2="12"></line>
<line x1="3" y1="6" x2="21" y2="6"></line>
<line x1="3" y1="18" x2="21" y2="18"></line>
</svg>
</symbol>
<symbol id="svg-arrow-right" viewBox="0 0 24 24">
<title>Expand</title>
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"
stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
class="feather feather-chevron-right">
<polyline points="9 18 15 12 9 6"></polyline>
</svg>
</symbol>
</svg>
<input type="checkbox" class="sidebar-toggle" name="__navigation" id="__navigation">
<input type="checkbox" class="sidebar-toggle" name="__toc" id="__toc">
<label class="overlay sidebar-overlay" for="__navigation"></label>
<label class="overlay toc-overlay" for="__toc"></label>
<div class="page">
<header class="mobile-header">
<div class="header-left">
<label class="nav-overlay-icon" for="__navigation">
<i class="icon"><svg><use href="#svg-menu"></use></svg></i>
</label>
</div>
<div class="header-center">
<a href="#"><div class="brand">PEP 0.1 documentation</div></a>
</div>
<div class="header-right">
<label class="toc-overlay-icon toc-header-icon" for="__toc">
<i class="icon"><svg><use href="#svg-toc"></use></svg></i>
</label>
</div>
</header>
<aside class="sidebar-drawer">
<div class="sidebar-container">
<div class="sidebar-sticky"><a class="sidebar-brand" href="#">
<span class="sidebar-brand-text">PEP 0.1 documentation</span>
</a><form class="sidebar-search-container" method="get" action="search.html">
<input class="sidebar-search" placeholder=Search name="q">
<input type="hidden" name="check_keywords" value="yes">
<input type="hidden" name="area" value="default">
</form><div class="sidebar-scroll"><div class="sidebar-tree">
<p class="caption"><span class="caption-text">Contents:</span></p>
<ul>
<li class="toctree-l1 has-children"><a class="reference internal" href="autoapi/index.html">API Reference</a><input class="toctree-checkbox" id="toctree-checkbox-1" name="toctree-checkbox-1" type="checkbox"/><label for="toctree-checkbox-1"><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l2 has-children"><a class="reference internal" href="autoapi/functions/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">functions</span></code></a><input class="toctree-checkbox" id="toctree-checkbox-2" name="toctree-checkbox-2" type="checkbox"/><label for="toctree-checkbox-2"><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l3 has-children"><a class="reference internal" href="autoapi/functions/embeddings/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">functions.embeddings</span></code></a><input class="toctree-checkbox" id="toctree-checkbox-3" name="toctree-checkbox-3" type="checkbox"/><label for="toctree-checkbox-3"><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l4"><a class="reference internal" href="autoapi/functions/embeddings/finetuning/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">functions.embeddings.finetuning</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="autoapi/functions/embeddings/layers/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">functions.embeddings.layers</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="autoapi/functions/embeddings/models/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">functions.embeddings.models</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="autoapi/functions/embeddings/prediction/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">functions.embeddings.prediction</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="autoapi/functions/embeddings/visualization/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">functions.embeddings.visualization</span></code></a></li>
</ul>
</li>
<li class="toctree-l3 has-children"><a class="reference internal" href="autoapi/functions/footprints/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">functions.footprints</span></code></a><input class="toctree-checkbox" id="toctree-checkbox-4" name="toctree-checkbox-4" type="checkbox"/><label for="toctree-checkbox-4"><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l4"><a class="reference internal" href="autoapi/functions/footprints/dice/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">functions.footprints.dice</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="autoapi/functions/footprints/generator/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">functions.footprints.generator</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="autoapi/functions/footprints/models/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">functions.footprints.models</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="autoapi/functions/footprints/prediction/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">functions.footprints.prediction</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="autoapi/functions/footprints/training/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">functions.footprints.training</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="autoapi/functions/footprints/weighted_cross_entropy/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">functions.footprints.weighted_cross_entropy</span></code></a></li>
</ul>
</li>
<li class="toctree-l3 has-children"><a class="reference internal" href="autoapi/functions/population/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">functions.population</span></code></a><input class="toctree-checkbox" id="toctree-checkbox-5" name="toctree-checkbox-5" type="checkbox"/><label for="toctree-checkbox-5"><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l4"><a class="reference internal" href="autoapi/functions/population/data/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">functions.population.data</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="autoapi/functions/population/models/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">functions.population.models</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="autoapi/functions/population/prediction/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">functions.population.prediction</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="autoapi/functions/population/preprocessing/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">functions.population.preprocessing</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="autoapi/functions/population/scoring/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">functions.population.scoring</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="autoapi/functions/population/survey/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">functions.population.survey</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="autoapi/functions/population/utilities/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">functions.population.utilities</span></code></a></li>
<li class="toctree-l4"><a class="reference internal" href="autoapi/functions/population/visualization/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">functions.population.visualization</span></code></a></li>
</ul>
</li>
</ul>
</li>
<li class="toctree-l2 has-children"><a class="reference internal" href="autoapi/scripts/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">scripts</span></code></a><input class="toctree-checkbox" id="toctree-checkbox-6" name="toctree-checkbox-6" type="checkbox"/><label for="toctree-checkbox-6"><i class="icon"><svg><use href="#svg-arrow-right"></use></svg></i></label><ul>
<li class="toctree-l3"><a class="reference internal" href="autoapi/scripts/estimate_footprints/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">scripts.estimate_footprints</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="autoapi/scripts/rasterize_survey/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">scripts.rasterize_survey</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="autoapi/scripts/run_pipeline/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">scripts.run_pipeline</span></code></a></li>
<li class="toctree-l3"><a class="reference internal" href="autoapi/scripts/split_imagery/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">scripts.split_imagery</span></code></a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
</aside>
<main class="main">
<div class="content">
<article role="main">
<label class="toc-overlay-icon toc-content-icon" for="__toc">
<i class="icon"><svg><use href="#svg-toc"></use></svg></i>
</label>
<div class="section" id="welcome-to-pep-s-documentation">
<h1>Welcome to PEP’s documentation!<a class="headerlink" href="#welcome-to-pep-s-documentation" title="Permalink to this headline">¶</a></h1>
<div class="toctree-wrapper compound">
<p class="caption"><span class="caption-text">Contents:</span></p>
<ul>
<li class="toctree-l1"><a class="reference internal" href="autoapi/index.html">API Reference</a><ul>
<li class="toctree-l2"><a class="reference internal" href="autoapi/functions/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">functions</span></code></a></li>
<li class="toctree-l2"><a class="reference internal" href="autoapi/scripts/index.html"><code class="xref py py-mod docutils literal notranslate"><span class="pre">scripts</span></code></a></li>
</ul>
</li>
</ul>
</div>
<div class="table-wrapper"><table class="longtable docutils align-default">
<colgroup>
<col style="width: 10%"/>
<col style="width: 90%"/>
</colgroup>
<tbody>
</tbody>
</table></div>
</div>
<div class="section" id="indices-and-tables">
<h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline">¶</a></h1>
<ul class="simple">
<li><p><a class="reference internal" href="genindex.html"><span class="std std-ref">Index</span></a></p></li>
<li><p><a class="reference internal" href="py-modindex.html"><span class="std std-ref">Module Index</span></a></p></li>
<li><p><a class="reference internal" href="search.html"><span class="std std-ref">Search Page</span></a></p></li>
</ul>
</div>
</article>
<footer>
<div class="related-pages">
</div>
<div class="related-information">
Copyright © 2021, Isaac Neal
|
Built with <a href="https://www.sphinx-doc.org/">Sphinx</a>
and
<a class="muted-link" href="https://pradyunsg.me">@pradyunsg</a>'s
<a href="https://github.com/pradyunsg/furo">Furo theme</a>.
|
<a class="muted-link" href="_sources/index.rst.txt"
rel="nofollow">
Show Source
</a>
</div>
</footer>
</div>
<aside class="toc-drawer">
<div class="toc-sticky toc-scroll">
<div class="toc-title-container">
<span class="toc-title">
Contents
</span>
</div>
<div class="toc-tree-container">
<div class="toc-tree">
<ul>
<li><a class="reference internal" href="#">Welcome to PEP’s documentation!</a></li>
<li><a class="reference internal" href="#indices-and-tables">Indices and tables</a></li>
</ul>
</div>
</div>
</div>
</aside>
</main>
</div>
<script id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/scripts/main.js?digest=e931d09b2a40c1bb82b542effe772014573baf67"></script></body>
</html>