Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bo1929/MuDCoD
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: keleslab/MuDCoD
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref

There isn’t anything to compare.

bo1929:main and keleslab:main are entirely different commit histories.

Showing with 6 additions and 2 deletions.
  1. +3 −1 examples/community_detection.py
  2. +3 −1 examples/cross_validation.py
4 changes: 3 additions & 1 deletion examples/community_detection.py
Original file line number Diff line number Diff line change
@@ -20,7 +20,9 @@
)

# setting 2 (SSoS): strong signal sharing among subjects.
print("Setting SSoT: signal sharing over time, subjects evolve independently.")
print(
"Setting SSoS: signal sharing over time, subjects evolve conditioned on a common ancestor."
)
adj_mus_dynamic, z_mus_dynamic_true = model_dcbm.simulate_mus_dynamic_dcbm(setting=2)

# Some reasonable hyper-parameters.
4 changes: 3 additions & 1 deletion examples/cross_validation.py
Original file line number Diff line number Diff line change
@@ -20,7 +20,9 @@
)

# setting 2 (SSoS): strong signal sharing among subjects.
print("Setting SSoT: signal sharing over time, subjects evolve independently.")
print(
"Setting SSoS: signal sharing over time, subjects evolve conditioned on a common ancestor."
)
adj_mus_dynamic, z_mus_dynamic_true = model_dcbm.simulate_mus_dynamic_dcbm(setting=2)

# Some reasonable alpha-beta grids.