In the previous sections we came up with a pretty good model based on the decision tree algorithm. Now we will store that model to use it later in the deployment phase of our project.

Let's create a new folder and store the model there:

The model is ready for deployment.