This is an old revision of the document!


Check on 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))
  • forecasting/meeting_minutes_novemeber_16_2016.1479358171.txt.gz
  • Last modified: 2021/09/19 21:59
  • (external edit)