Skip to content

Commit 732cd82

Browse files
committed
[ci skip] MTN Fix the parallel plots 9d4d61c
1 parent 2af5632 commit 732cd82

File tree

8 files changed

+11739
-18
lines changed

8 files changed

+11739
-18
lines changed

_sources/python_scripts/datasets_adult_census.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def generate_dict(col):
9191
dimensions=plot_list,
9292
)
9393
)
94-
fig.show()
94+
fig.show(renderer="notebook")
9595

9696
# %% [markdown]
9797
# The `Parcoords` plot is quite similar to the parallel coordinates plot that we

_sources/python_scripts/parameter_tuning_parallel_plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def shorten_param(param_name):
102102
color="mean_test_score",
103103
color_continuous_scale=px.colors.sequential.Viridis,
104104
)
105-
fig.show()
105+
fig.show(renderer="notebook")
106106

107107
# %% [markdown]
108108
# ```{note}

_sources/python_scripts/parameter_tuning_sol_03.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
dimensions=["n_neighbors", "centering", "scaling", "mean test score"],
161161
color_continuous_scale=px.colors.diverging.Tealrose,
162162
)
163-
fig.show()
163+
fig.show(renderer="notebook")
164164

165165
# %% [markdown] tags=["solution"]
166166
# We recall that it is possible to select a range of results by clicking and

appendix/notebook_timings.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -857,9 +857,9 @@ <h1>Notebook timings<a class="headerlink" href="#notebook-timings" title="Link t
857857
<td><p></p></td>
858858
</tr>
859859
<tr class="row-even"><td><p><a class="xref doc reference internal" href="../python_scripts/datasets_adult_census.html"><span class="doc">python_scripts/datasets_adult_census</span></a></p></td>
860-
<td><p>2025-08-07 11:36</p></td>
860+
<td><p>2025-08-07 17:33</p></td>
861861
<td><p>cache</p></td>
862-
<td><p>2.51</p></td>
862+
<td><p>5.11</p></td>
863863
<td><p></p></td>
864864
</tr>
865865
<tr class="row-odd"><td><p><a class="xref doc reference internal" href="../python_scripts/datasets_ames_housing.html"><span class="doc">python_scripts/datasets_ames_housing</span></a></p></td>
@@ -1139,9 +1139,9 @@ <h1>Notebook timings<a class="headerlink" href="#notebook-timings" title="Link t
11391139
<td><p></p></td>
11401140
</tr>
11411141
<tr class="row-odd"><td><p><a class="xref doc reference internal" href="../python_scripts/parameter_tuning_grid_search.html"><span class="doc">python_scripts/parameter_tuning_grid_search</span></a></p></td>
1142-
<td><p>2025-08-07 11:47</p></td>
1142+
<td><p>2025-08-07 17:33</p></td>
11431143
<td><p>cache</p></td>
1144-
<td><p>2.23</p></td>
1144+
<td><p>2.2</p></td>
11451145
<td><p><abbr title="CellExecutionError"></abbr></p></td>
11461146
</tr>
11471147
<tr class="row-even"><td><p><a class="xref doc reference internal" href="../python_scripts/parameter_tuning_manual.html"><span class="doc">python_scripts/parameter_tuning_manual</span></a></p></td>
@@ -1157,9 +1157,9 @@ <h1>Notebook timings<a class="headerlink" href="#notebook-timings" title="Link t
11571157
<td><p></p></td>
11581158
</tr>
11591159
<tr class="row-even"><td><p><a class="xref doc reference internal" href="../python_scripts/parameter_tuning_parallel_plot.html"><span class="doc">python_scripts/parameter_tuning_parallel_plot</span></a></p></td>
1160-
<td><p>2025-08-07 11:47</p></td>
1160+
<td><p>2025-08-07 17:33</p></td>
11611161
<td><p>cache</p></td>
1162-
<td><p>3.05</p></td>
1162+
<td><p>3.14</p></td>
11631163
<td><p></p></td>
11641164
</tr>
11651165
<tr class="row-odd"><td><p><a class="xref doc reference internal" href="../python_scripts/parameter_tuning_randomized_search.html"><span class="doc">python_scripts/parameter_tuning_randomized_search</span></a></p></td>
@@ -1175,9 +1175,9 @@ <h1>Notebook timings<a class="headerlink" href="#notebook-timings" title="Link t
11751175
<td><p></p></td>
11761176
</tr>
11771177
<tr class="row-odd"><td><p><a class="xref doc reference internal" href="../python_scripts/parameter_tuning_sol_03.html"><span class="doc">python_scripts/parameter_tuning_sol_03</span></a></p></td>
1178-
<td><p>2025-08-07 11:48</p></td>
1178+
<td><p>2025-08-07 17:33</p></td>
11791179
<td><p>cache</p></td>
1180-
<td><p>19.31</p></td>
1180+
<td><p>20.87</p></td>
11811181
<td><p></p></td>
11821182
</tr>
11831183
<tr class="row-even"><td><p><a class="xref doc reference internal" href="../python_scripts/trees_classification.html"><span class="doc">python_scripts/trees_classification</span></a></p></td>

python_scripts/datasets_adult_census.html

Lines changed: 3909 additions & 2 deletions
Large diffs are not rendered by default.

python_scripts/parameter_tuning_parallel_plot.html

Lines changed: 3909 additions & 2 deletions
Large diffs are not rendered by default.

python_scripts/parameter_tuning_sol_03.html

Lines changed: 3909 additions & 2 deletions
Large diffs are not rendered by default.

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)