mirror of
https://github.com/ArthurDanjou/handson-ml3.git
synced 2026-01-14 12:14:36 +01:00
Update tools_numpy.ipynb
To create an ndarray using NumPy's `arange` function, which is similar to python's built-in `range` function
This commit is contained in:
@@ -230,7 +230,7 @@
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"## `np.arange`\n",
|
||||
"You can create an `ndarray` using NumPy's `range` function, which is similar to python's built-in `range` function:"
|
||||
"You can create an `ndarray` using NumPy's `arange` function, which is similar to python's built-in `range` function:"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user