Hi, I've been using QuantConnect for the past couple years and am very pleased with its functionality. I trained an Xgboost model locally and am having difficulty using it in QuantConnect. I was able to upload it into QuantConnect per the attached instructions, but when I try to use functions from the model (e.g., predict_proba) they give errors. Would anyone know what the problem is? I attached a backtest with the problem lines commented out. I've tried to Google/Stack Overflow the errors but I can't find any posts with similar issues, so I believe it's specific to QuantConnect. In the error messages I can see the model is being properly called a CalibratedClassifierCV object so it seems to at least be partially working. I am able to run my model locally with the exact lines of code not working within QuantConnect. Thanks.

Author