From e885d78cc9608d791a9d1561d2f4e0b783ba0761 Mon Sep 17 00:00:00 2001 From: Kilian Fatras Date: Tue, 28 Aug 2018 17:24:07 -0700 Subject: debug sgd dual --- docs/source/auto_examples/plot_otda_semi_supervised.rst | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'docs/source/auto_examples/plot_otda_semi_supervised.rst') diff --git a/docs/source/auto_examples/plot_otda_semi_supervised.rst b/docs/source/auto_examples/plot_otda_semi_supervised.rst index dc05ed0..2ed7819 100644 --- a/docs/source/auto_examples/plot_otda_semi_supervised.rst +++ b/docs/source/auto_examples/plot_otda_semi_supervised.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) @@ -218,11 +218,13 @@ Fig 3 : plot transported samples -**Total running time of the script:** ( 0 minutes 0.714 seconds) +**Total running time of the script:** ( 0 minutes 0.256 seconds) -.. container:: sphx-glr-footer +.. only :: html + + .. container:: sphx-glr-footer .. container:: sphx-glr-download @@ -235,6 +237,9 @@ Fig 3 : plot transported samples :download:`Download Jupyter notebook: plot_otda_semi_supervised.ipynb ` -.. rst-class:: sphx-glr-signature - `Generated by Sphinx-Gallery `_ +.. only:: html + + .. rst-class:: sphx-glr-signature + + `Gallery generated by Sphinx-Gallery `_ -- cgit v1.2.3