pyoperon
pyoperon copied to clipboard
How to save the trained model
I have trained a symbolic regression model, it has the following form:
How can I save the trained model, so that next time I can use the model directly without retraining it? Just like the "torch.save" in Pytorch can save a "pth" file