> ## 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 → Save

>  Model Save exports a trained machine learning model to a file on disk so it can be loaded and reused later. It serializes the model state, preserving all learned parameters and configurations.

This eliminates the need to retrain the model every time you want to make predictions. 

<Note>
  Save your model **after training is complete** and you are satisfied with its performance. The saved file contains everything needed to make predictions you do not need to save the training data separately.
</Note>

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