Tensile2d ========= The dataset ``Tensile2d`` is available in PLAID format `here `_. PLAID (Physics Informed AI Datamodel) is a library proposing an implementation for a datamodel tailored for AI and ML learning of physics problems. As for MMGP, PLAID has been developped at SafranTech. The code is hosted on `Safran Gitlab `_, and a documentation is available on `readthedocs `_. The dataset ``Tensile2d`` is used as numerical experiment in the `MMGP paper `_. The machine learning problem is presented in the PLAID documention, under `data challenges `_. Finally, the files required to run the MMGP method on the dataset are available in the `MMGP's repository example folder `_. In particular, refer to the `example readme `_. We mention here that the example is set with the scikit-learn backend for ease of use, although the GPy backend was used in the `MMGP paper `_.