Menu

What does numpy reshape(-1 1) mean?

Video |

IvoryQuest1484k 2mo ago

Reshape your data either X.reshape(-1, 1) if your data has a single feature/column and X.reshape(1, -1) if it contains a single ...

Comments (0)

Newest

No comments yet.