Py ML Tips and Rules

Numpy Indexing

Numpy indexing for one-dimensional arrays works similarly to Python lists using the square-bracket notation. For two-dimensional arrays, the first index refers to the row number, and the indexer to the column number.