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.
2 parents 28c1cd2 + 38992ff commit 708bcc0Copy full SHA for 708bcc0
ads/opctl/operator/lowcode/forecast/__init__.py
@@ -3,3 +3,6 @@
3
4
# Copyright (c) 2023 Oracle and/or its affiliates.
5
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/
6
+
7
+import numpy as np
8
+np.random.seed(42)
0 commit comments