Skip to content

Commit 616a3b3

Browse files
committed
Add admonitions about sklearn<1.8.0
1 parent f9b6f2f commit 616a3b3

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

notebooks/12-pgi-inversion/plot_inv_1_joint_pf_pgi_full_info_tutorial.ipynb

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,18 @@
5454
"<https://doi.org/10.1093/gji/ggaa378>`_.\n"
5555
]
5656
},
57+
{
58+
"cell_type": "code",
59+
"execution_count": null,
60+
"metadata": {},
61+
"outputs": [],
62+
"source": [
63+
":::{important}\n",
64+
"The Gaussian Mixture Model classes in SimPEG v0.25.0 are not compatible with sklearn v1.8.0.\n",
65+
"To avoid errors coming from those clases, use versions of `sklearn` up to v1.7.2.\n",
66+
":::"
67+
]
68+
},
5769
{
5870
"cell_type": "markdown",
5971
"metadata": {},

notebooks/12-pgi-inversion/plot_inv_2_joint_pf_pgi_no_info_tutorial.ipynb

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,18 @@
5555
"<https://doi.org/10.1093/gji/ggaa378>`_.\n"
5656
]
5757
},
58+
{
59+
"cell_type": "code",
60+
"execution_count": null,
61+
"metadata": {},
62+
"outputs": [],
63+
"source": [
64+
":::{important}\n",
65+
"The Gaussian Mixture Model classes in SimPEG v0.25.0 are not compatible with sklearn v1.8.0.\n",
66+
"To avoid errors coming from those clases, use versions of `sklearn` up to v1.7.2.\n",
67+
":::"
68+
]
69+
},
5870
{
5971
"cell_type": "markdown",
6072
"metadata": {},

0 commit comments

Comments
 (0)