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 2e50bd2 commit 2b31be0Copy full SHA for 2b31be0
examples/others/plot_WDA.py
@@ -33,7 +33,7 @@
33
n = 1000 # nb samples in source and target datasets
34
nz = 0.2
35
36
-np.random.RandomState(1)
+np.random.seed(1)
37
38
# generate circle dataset
39
t = np.random.rand(n) * 2 * np.pi
0 commit comments