Skip to content

Commit

Permalink
STY: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lbluque committed Jul 25, 2023
1 parent f58dd6a commit 0fb4182
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/plot_adaptive.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,3 @@
ax.set_ylabel("predicted values")
ax.legend()
fig.show()

1 change: 0 additions & 1 deletion examples/plot_line_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
grid search can be too computationally expensive..
"""

import matplotlib.pyplot as plt
import numpy as np
from sklearn.datasets import make_regression
from sklearn.metrics import mean_squared_error, r2_score
Expand Down

0 comments on commit 0fb4182

Please sign in to comment.