You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorials/advanced/gaussian_mixture_model.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@
77
77
"`chaospy` supports Gaussian mixture model representation, but does not provide an automatic method for constructing them from data.\n",
78
78
"However, this is something for example `scikit-learn` supports.\n",
79
79
"It is possible to use `scikit-learn` to fit a model, and use the generated parameters in the `chaospy` implementation.\n",
80
-
"For example, let us consider the (Iris example from scikit-learn's documentation)[https://scikit-learn.org/stable/auto_examples/mixture/plot_gmm_covariances.html] and its \"full\" implementation and the 2-dimensional representation:"
80
+
"For example, let us consider the [Iris example from scikit-learn's documentation](https://scikit-learn.org/stable/auto_examples/mixture/plot_gmm_covariances.html) (\"full\" implementation in 2-dimensional representation):"
0 commit comments