Mattias Thalén
Mattias Thalén
> I wonder if we leave file open? Well, the source shows that the final step, before return, is `data.close()`.
@tlapusan got it, is there support in xgboost?
@tlapusan ok, can confirm it works in sklearn!
@tlapusan my mistake, I’m new to GitHub ☺️
Not a small example I'm afraid. But perhaps you get the idea anyway ☺️ # Data ```python import pymc as pm import numpy as np import xarray as xr import...
I'm back at it and have a working script for exporting and then importing apps. What I'm wondering now is how I export an app and import it with it...