ag-csw / LDStreamHMMLearn

1 stars 0 forks source link

Variable Renaming #23

Closed greenTara closed 7 years ago

greenTara commented 7 years ago

We have some variables whose names don't reflect their content: avg_time_naive = Utility.log_value(etimenaive[-1])

avg_err_naive = Utility.log_value(sum(err) / len(err))