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.