Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Use np.linspace() to create a 1D array identical to the following np.arange() notation.
X = np.arange(-5, 2)
X = np.linspace[-5, 1, 1]
X = np.linspace(-5, 1, 7)
X = np.linspace(-5, 1, 1)
X = np.linspace(-5:1:1)
None of the above
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!