Skip to content

Commit

Permalink
statistics documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sammy woo authored and sammy woo committed Dec 17, 2023
1 parent aeae5ae commit b853aab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ersilia/core/tracking.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ def sample_df(self, df, num_rows, num_cols):
"""
return df.sample(num_rows, axis=0).sample(num_cols, axis=1)

# Stats function: calculates the basic statistics of the output file from a model. This includes the
# mode (if applicable), minimum, maximum, and standard deviation.
def stats(self, result):
dat = read_csv(result)

Expand Down

0 comments on commit b853aab

Please sign in to comment.