You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plot_learning_curves() function only provides a simple preview of your results.
To customize your figure:
WIll be updated in v1.0.3analyser.plot_learning_curves(show=False) will return the matplotlib.pyplot object, you can follow the instructions in https://matplotlib.org/ to modify any attributes of the figure.
You can get the raw data for plotting by analyser.get_extracted_data(method_name). It will return the performance matrix of the specified method_name which is a 2d array with k-fold rows, and q-queries columns. Then you can manage the plot as you like.
The axis of plot_learning_curves is not integer, which is awkward. What can I do to revise it ?
The text was updated successfully, but these errors were encountered: