====== 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 * (row, col) * indexing * np.array: * (row, col) * 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))