Skip to content

Commit

Permalink
Add more docs on flat_columns in pylace
Browse files Browse the repository at this point in the history
  • Loading branch information
Baxter Eaves committed Feb 5, 2024
1 parent 2076f06 commit d75b7a7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pylace/lace/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,11 @@ def from_df(
rng_seed: int, optional
Random number generator seed.
flat_columns: bool
Initialize all states with one view
Initialize all states with one view. Use when you do not want to
do inference over the assignment of columns to views. Note that to
keep the states flat you will have to either use the `flat`
transition set or manually create a transition set that does not
update the column assignments when updating.
Examples
--------
Expand Down

0 comments on commit d75b7a7

Please sign in to comment.