> ## Documentation Index
> Fetch the complete documentation index at: https://shapely.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Model → Load

>  Model Load restores a previously saved machine learning model from a file so it can be reused for predictions without retraining. It reads the model file and reconstructs the trained model in memory.

This allows you to train a model once and use it repeatedly across different Dynamo sessions. 

<a href="/images/ML/Model Load.png" target="_blank">
  <img src="https://mintcdn.com/shapely/GiFxyBIPYCb4gWwv/images/ML/Model%20Load.png?fit=max&auto=format&n=GiFxyBIPYCb4gWwv&q=85&s=b513766c9a889806cd43e32dfea73b7b" className="pointer-events-none" style={{ borderRadius: '0.5rem', border: '1px solid rgba(0,0,0,0.1)' }} width="1154" height="487" data-path="images/ML/Model Load.png" />
</a>
