Skip to content

Commit

Permalink
Fix pylace dataset codebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Baxter Eaves committed Mar 20, 2024
1 parent a92ca9d commit 45f1cc4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
14 changes: 8 additions & 6 deletions pylace/lace/resources/datasets/animals/codebook.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
table_name: my_table
state_alpha_prior:
shape: 1.0
rate: 1.0
view_alpha_prior:
shape: 1.0
rate: 1.0
state_prior_process: !dirichlet
alpha_prior:
shape: 1.0
rate: 1.0
view_prior_process: !dirichlet
alpha_prior:
shape: 1.0
rate: 1.0
col_metadata:
- name: black
coltype: !Categorical
Expand Down
14 changes: 8 additions & 6 deletions pylace/lace/resources/datasets/satellites/codebook.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
table_name: my_data
state_alpha_prior: !Gamma
shape: 1.0
rate: 1.0
view_alpha_prior:
shape: 1.0
rate: 1.0
state_prior_process: !dirichlet
alpha_prior:
shape: 1.0
rate: 1.0
view_prior_process: !dirichlet
alpha_prior:
shape: 1.0
rate: 1.0
col_metadata:
- name: Country_of_Operator
coltype: !Categorical
Expand Down

0 comments on commit 45f1cc4

Please sign in to comment.