فهرست منبع

further restructuring

Lucas Gautheron 2 سال پیش
والد
کامیت
d95ee9c009
3فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 0 0
      code/models/speech_distribution.py
  2. 0 0
      code/plots/summary.py
  3. 1 1
      code/plots/validation.py

code/speech_distrib.py → code/models/speech_distribution.py


code/desc.py → code/plots/summary.py


+ 1 - 1
code/plots/validation.py

@@ -89,7 +89,7 @@ for i in range(4*4):
     ax.set_yscale('log')
 
     slopes_x = np.logspace(0,3,num=3)
-    ax.plot(slopes_x, regr.coef_[0]*slopes_x, color = '#ddd', lw = 0.75)
+    ax.plot(slopes_x, regr.coef_[0]*slopes_x, color = 'black', lw = 0.75)
     #ax.scatter(truth[mask], pred[mask], s = 1, color = 'black')
     #ax.errorbar(truth[mask], pred[mask], [pred[mask]-errors[0,mask],errors[1,mask]-pred[mask]], ls='none', elinewidth = 0.25, color = '#333')