QuantConnect / Documentation

QuantConnect Wiki Style Documentation Behind QuantConnect
https://www.quantconnect.com/docs/v2/
Apache License 2.0
173 stars 139 forks source link

Review Examples with `joblib` #1770

Closed AlexCatarino closed 5 months ago

AlexCatarino commented 6 months ago

Expected Behavior

All examples are executed successfully.

Actual Behavior

Backtests with joblib (e.g.: Scikit Learn) failed when we load a model using joblib.

Potential Solution

Find an alternative to joblib or there is a bug in the available version.

Checklist

AlexCatarino commented 5 months ago

Lean Foundation Update has fixed the issue with joblib.