zillow / luminaire

Luminaire is a python package that provides ML driven solutions for monitoring time series data.
https://zillow.github.io/luminaire
Apache License 2.0
759 stars 58 forks source link

How do I export the model locally #100

Open fuhao009 opened 2 years ago

fuhao009 commented 2 years ago

Which parameter is used to save the model export to the specified directory

sayanchk commented 2 years ago

@fuhao009 Luminaire does not have any internal method for storing models. You can use either pickle or joblib for exporting models.