Created
September 2, 2023 23:05
-
-
Save elijahbenizzy/16573d0cb0d40ab73c7e571a995974f1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@config.when(mode="online") | |
def age_mean__online() -> float: | |
return utils.query_scalar("age_mean") | |
@config.when(mode="online") | |
def age_stddev__online() -> float: | |
return utils.query_scalar("age_stddev") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment