-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmyst.yml
More file actions
70 lines (70 loc) · 2.16 KB
/
myst.yml
File metadata and controls
70 lines (70 loc) · 2.16 KB
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
version: 1
project:
title: MicroImpute documentation
authors:
- name: PolicyEngine
copyright: "2025"
github: https://github.com/policyengine/microimpute
repository:
url: https://github.com/policyengine/microimpute
branch: main
path: docs
toc:
- file: docs/index
- title: Models
children:
- file: docs/models/imputer/index
children:
- file: docs/models/imputer/implement-new-model
- file: docs/models/matching/index
children:
- file: docs/models/matching/matching-imputation
- file: docs/models/ols/index
children:
- file: docs/models/ols/ols-imputation
- file: docs/models/qrf/index
children:
- file: docs/models/qrf/qrf-imputation
- file: docs/models/quantreg/index
children:
- file: docs/models/quantreg/quantreg-imputation
- file: docs/models/mdn/index
children:
- file: docs/models/mdn/mdn-imputation
- title: Imputation and benchmarking
children:
- file: docs/imputation-benchmarking/index
children:
- file: docs/imputation-benchmarking/preprocessing
- file: docs/imputation-benchmarking/cross-validation
- file: docs/imputation-benchmarking/metrics
- file: docs/imputation-benchmarking/visualizations
- file: docs/imputation-benchmarking/benchmarking-methods
- title: AutoImpute
children:
- file: docs/autoimpute/index
children:
- file: docs/autoimpute/autoimpute
- title: Use cases
children:
- file: docs/use_cases/index
children:
- file: docs/use_cases/scf_to_cps/imputing-from-scf-to-cps
site:
options:
logo: docs/logo.png
template: book-theme
extensions:
- sphinx.ext.autodoc
- sphinx.ext.viewcode
- sphinx.ext.napoleon
- sphinx.ext.mathjax
config:
html_js_files:
- https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js
html_theme: furo
pygments_style: default
html_css_files:
- _static/style.css
execute:
execute_notebooks: force