I am using Mojo model for scoring my queries. I am using this statement to use mojo model
EasyPredictModelWrapper model = new EasyPredictModelWrapper(MojoModel.load("gbm.zip"));
The question is can i use this model object from different threads? Is it thread safe?