Professional Vocabulary Accumulation_005

  • Reshape you data
  • either using array.reshape(-1,1) if you data has a single feather
  • or array.reshape(1,-1) if it contains a single sample.
  • 如果数据只有一个要素,则使用 array.reshape(-1,1)重塑数据;
  • 如果数据包含单个样本,则使用 array.reshape(1,-1)重塑数据。

  • Professional
  • 专业的
  • Vocabulary
  • 词汇
  • Accumulation
  • 积累
  • Repository
  • 仓库
  • Memorable
  • 难忘的
  • Inspiration
  • 灵感
  • Optional
  • 可选择的