def test_q1_gradient_descent_shapes_and_decrease(): out = A.visualize_gradient_descent(lr=0.1, epochs=80, seed=0) assert isinstance(theta_path, np.ndarray) and theta ...
"""Test the index historical price endpoint.""" ...