Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Library Fix: pycaret.classification #8463

Open
4 tasks done
AlexCatarino opened this issue Dec 12, 2024 · 0 comments
Open
4 tasks done

Library Fix: pycaret.classification #8463

AlexCatarino opened this issue Dec 12, 2024 · 0 comments

Comments

@AlexCatarino
Copy link
Member

Expected Behavior

We can import pycaret.classification

Actual Behavior

Segmentation fault:

[ERROR] FATAL UNHANDLED EXCEPTION:
runLauncher.sh: line 17:
     7 Segmentation fault      (core dumped) 
    dotnet QuantConnect.Lean.Launcher.dll --data-folder /Data --config /QuantConnect/backtesting/airlock/config.json --results-destination-folder /QuantConnect/backtesting/airlock/

Potential Solution

Upgrade to latest version

Reproducing the Problem

# region imports
from AlgorithmImports import *
from pycaret.classification import *
# endregion
class PycaretClassificationAlgorithm(QCAlgorithm):
    def initialize(self):
        self.quit()

System Information

QuantConnect Cloud.

Checklist

  • I have completely filled out this template
  • I have confirmed that this issue exists on the current master branch
  • I have confirmed that this is not a duplicate issue by searching issues
  • I have provided detailed steps to reproduce the issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant