capaulson / pyKriging

Welcome to the User Friendly Python Kriging Toolbox!
http://www.pykriging.com
MIT License
382 stars 113 forks source link

How to save the trained model for later recall? #47

Closed skylocust closed 2 years ago

skylocust commented 2 years ago

I have trained a Kriging model with my own data, and want to call it for optimization through my own optimization program. How do I save and recall the trained Kriging model?