From b5e45bbc83fd8cd8c1634a78f2f983d1cf28af73 Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Wed, 30 May 2018 09:58:51 +0200 Subject: update examples and notebooks --- docs/source/auto_examples/plot_otda_d2.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/source/auto_examples/plot_otda_d2.rst') diff --git a/docs/source/auto_examples/plot_otda_d2.rst b/docs/source/auto_examples/plot_otda_d2.rst index e5a60c4..80cc34c 100644 --- a/docs/source/auto_examples/plot_otda_d2.rst +++ b/docs/source/auto_examples/plot_otda_d2.rst @@ -46,8 +46,8 @@ generate data n_samples_source = 150 n_samples_target = 150 - Xs, ys = ot.datasets.get_data_classif('3gauss', n_samples_source) - Xt, yt = ot.datasets.get_data_classif('3gauss2', n_samples_target) + Xs, ys = ot.datasets.make_data_classif('3gauss', n_samples_source) + Xt, yt = ot.datasets.make_data_classif('3gauss2', n_samples_target) # Cost matrix M = ot.dist(Xs, Xt, metric='sqeuclidean') @@ -242,7 +242,7 @@ Fig 3 : plot transported samples -**Total running time of the script:** ( 0 minutes 39.829 seconds) +**Total running time of the script:** ( 0 minutes 35.515 seconds) -- cgit v1.2.3