torch.save()SavedModelestimator.train_and_evaluate()). The folder may be zipped if you desire. For Inferentia-equipped instances, also check the Inferentia instructions.SavedModel directory should have this structure:SavedModel approach, and includes a Python notebook demonstrating how it was exported.picklepicklepickle.Booster.save_model()Booster models can also be exported using xgboost.Booster.save_model(). Auxiliary attributes of the Booster object (e.g. feature_names) will not be saved. To preserve all attributes, you can use pickle (see above).pickle is commonly used, but some libraries have built-in functions for exporting models. It may also be possible to export your model to the ONNX format, e.g. using onnxmltools. As long as the exported model can be loaded and used to make predictions in Python, it will be supported by Cortex.