From 0fb4182b721e1b79ec245d447fccb703a7101a4a Mon Sep 17 00:00:00 2001 From: Luis Barroso-Luque Date: Mon, 24 Jul 2023 18:11:36 -0700 Subject: [PATCH] STY: lint fix --- examples/plot_adaptive.py | 1 - examples/plot_line_search.py | 1 - 2 files changed, 2 deletions(-) diff --git a/examples/plot_adaptive.py b/examples/plot_adaptive.py index 11e39f4..0823b52 100644 --- a/examples/plot_adaptive.py +++ b/examples/plot_adaptive.py @@ -98,4 +98,3 @@ ax.set_ylabel("predicted values") ax.legend() fig.show() - diff --git a/examples/plot_line_search.py b/examples/plot_line_search.py index c25a3d8..26be379 100644 --- a/examples/plot_line_search.py +++ b/examples/plot_line_search.py @@ -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