EconML icon indicating copy to clipboard operation
EconML copied to clipboard

how can i save model?

Open zangruirui opened this issue 2 years ago • 2 comments

when i train CausalForestDML, then fit data. but how save model?

zangruirui avatar Aug 09 '23 13:08 zangruirui

You should be able to save it using the standard python pickle module.

kbattocchi avatar Aug 09 '23 20:08 kbattocchi

i get, and success use joblib svae model

zangruirui avatar Aug 10 '23 01:08 zangruirui