Baopeng Yuan

Results 2 comments of Baopeng Yuan

diff --git a/synthetic_demo.py b/synthetic_demo.py index c5a9ec9..d562354 100644 --- a/synthetic_demo.py +++ b/synthetic_demo.py @@ -75,6 +75,8 @@ def data_preparation(): index=range(X.shape[0]), columns=['x{}'.format(it) for it in range(X.shape[1])] ) + y0 = np.array(y0) + y1...