mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 06:15:00 +00:00
copy
This commit is contained in:
parent
2c83287c46
commit
59fed25cd1
4 changed files with 72 additions and 69 deletions
|
@ -121,9 +121,14 @@ def show_stats(dirnames):
|
|||
df.sort_values(by=["model", "edit_format"], inplace=True)
|
||||
|
||||
dump(df)
|
||||
# plot_timing(df)
|
||||
plot_outcomes(df, repeats, repeat_hi, repeat_lo, repeat_avg)
|
||||
|
||||
|
||||
def plot_timing(df):
|
||||
"""plot a graph showing the average duration of each (model, edit_format)"""
|
||||
|
||||
|
||||
def plot_outcomes(df, repeats, repeat_hi, repeat_lo, repeat_avg):
|
||||
tries = [df.groupby(["model", "edit_format"])["pass_rate_2"].mean()]
|
||||
if True:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue