Matrix.
plot_interpolator
Visualize the interpolator function used. Needs to explicitly show the plot with plt.show()
criterion_name (str) – The name of the criterion to view.
start (int, optional) – The lower bound of the x-axis (criterion value) to plot. The default is 0.
end (int, optional) – The upper bound of the x-axis (criterion value) to plot. The default is 10.
See also
scipy.interpolate.interp1d : The interpolator used
scipy.interpolate.interp1d