We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58e37d5 commit 1d7254cCopy full SHA for 1d7254c
tests/integ/sagemaker/local_mode/test_local_mode_cpu_jobs.py
@@ -289,3 +289,4 @@ def test_sklearn_local_model_train_inference():
289
assert type(test_preds) == np.ndarray, f"predictions are not in a np.ndarray format: {test_preds}"
290
assert type(test_y) == np.ndarray, f"Y ground truth are not in a np.ndarray format: {test_y}"
291
assert type(test_mse) == float, f"MSE is not a number: {test_mse}"
292
+
0 commit comments