Skip to content

Commit

Permalink
fix: observations and experiment runner in stevens power law
Browse files Browse the repository at this point in the history
  • Loading branch information
younesStrittmatter committed Jul 25, 2024
1 parent 891fe7e commit 68ac55a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def plotter(
colors = mcolors.TABLEAU_COLORS
col_keys = list(colors.keys())
X = domain()
y = ground_truth(X)
y = ground_truth(X)[dv1.name]
plt.plot(X, y, label="Original", c=colors[col_keys[0]])
if model is not None:
y = model.predict(X)
Expand Down

0 comments on commit 68ac55a

Please sign in to comment.