forecasting:meeting_minutes_novemeber_16_2016

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
forecasting:meeting_minutes_novemeber_16_2016 [2016/11/17 04:46]
jobatake created
forecasting:meeting_minutes_novemeber_16_2016 [2021/09/19 21:59] (current)
Line 1: Line 1:
-====== ​Check on notation ​======+====== ​Forecasting Meeting Minutes for Week of November 16, 2016 ======  
 +** Present Tuesday: Austin, Gordon, Brieanna, Jaimie ** 
 + 
 +====== Progress ====== 
 +  * Working ​on debugging code/large RMSE values 
 + 
 +====== ​Issues with Python ===== 
 +  * Confusion with notation! 
 +  * Check it: Matrix and Array Notation:
   * np.matrix   * np.matrix
     * (row, col)     * (row, col)
     * indexing     * indexing
   * np.array:   * np.array:
-    * (col, row)+    * (row, col)
     * indexing     * indexing
 +    * reshape array X w/ X.shape function
 +      * i.e. X.shape = (row, col)
 +    * reshape array X w/ np.reshape(X,​ (row,col))
 +      * np.reshape(X,​ (row, col))
 +
  • forecasting/meeting_minutes_novemeber_16_2016.1479357970.txt.gz
  • Last modified: 2021/09/19 21:59
  • (external edit)