--- myst: substitutions: subject: "The {{ modeler }} module" provision: ", provided through a `TDataServer`" linear_regression: "{ref}`modeler_linear_regression`" --- ```{include} /../core/modeler/introduction.md ``` ```{include} /../core/modeler/introduction/discussion.md ``` The meta-model generation is encoded in {{ uranie }} with several different kinds of surrogate models, and also different kinds of possible output format. Once created, the resulting model can indeed be transmitted to another code and re-used within or without {{ uranie }}, in order to avoid regeneration but also to keep track of achieved performances, as these models can sometimes be created based on a certain randomness (as discussed in the few sections below). ```{include} /../core/modeler/introduction/models.md ```