-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Hi, thank you for this code! I'm attempting to run example data with ensemble detection. It appears there is a LinearSVC incompatibility which I suspect is from using scikit-learn 1.2.0 instead of scikit-learn 1.1.2. Should I keep scikit-learn at version 1.1.2 or upgrade? I was able to run the CNN1D appropriately with example data and my own from neuropixels. Thank you!
Error:
C:\Users\McGinleyLab5\miniconda3\envs\rippl_AI_env\lib\site-packages\sklearn\base.py:329: UserWarning: Trying to unpickle estimator LinearSVC from version 1.2.0 when using version 1.1.2. This might lead to breaking code or invalid results. Use at your own risk. For more info please refer to:
https://scikit-learn.org/stable/model_persistence.html#security-maintainability-limita