!pip install seabornplt.figure(figsize=(12, 6)) plt.subplot(1, 2, 1) plt.plot(testsc,clf.train_score_,'b-',label= 'Set dev train') plt.plot(testsc,t_sc,'r-',label = 'set dev test')