Is there a way to persist a Python machine learning model when using the free Databricks community edition?
- It looks like the DBFS is not available. This means that I can't use tools like joblib to save the model in the file system.
- ML Flow is not available in community edition, so that's not an option either.
Is there some other way I'm missing?