forecasting:meeting_minutes_novemeber_16_2016

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))

Authors

Contributing authors:

jobatake

Created by jobatake on 2016/11/17 04:46.

  • forecasting/meeting_minutes_novemeber_16_2016.txt
  • Last modified: 2021/09/19 21:59
  • (external edit)