Modelling in python and scoring in MATLAB?
I have model objects either pickled object or H2O POJO. Is it possible to call those objects and do the scoring in MATLAB?
Category Data Science
I have model objects either pickled object or H2O POJO. Is it possible to call those objects and do the scoring in MATLAB?
Category Data Science
"Data.p" #yours pickle file
[data]=pickle.load(open("Data.p","rb"))
Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.