forecasting:meeting_minutes_novemeber_23_2016

Forecasting Meeting Minutes for Week of November 23, 2016

Present Tuesday: Austin, Gordon, Brieanna, Jaimie

Progress

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/12/17 00:39.

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