We have a problem:
https://github.com/SimonBlanke/Hyperactive/actions/runs/15483542700/job/43593595699#step:5:53
Error:
from sklearn.utils.deprecation import _deprecate_Xt_in_inverse_transform
ImportError: cannot import name '_deprecate_Xt_in_inverse_transform' from 'sklearn.utils.deprecation'
This is what sklearn says about this:
scikit-learn/scikit-learn#29366
I had this error before:
#110 (comment)
Behoben durch ein sklearn upgrade.
Our CI test already used the newest version (from a few days ago) 1.7 of sklearn. I'll look into changes, that might be related to this.
We have a problem:
https://github.com/SimonBlanke/Hyperactive/actions/runs/15483542700/job/43593595699#step:5:53
Error:
from sklearn.utils.deprecation import _deprecate_Xt_in_inverse_transform
ImportError: cannot import name '_deprecate_Xt_in_inverse_transform' from 'sklearn.utils.deprecation'
This is what sklearn says about this:
scikit-learn/scikit-learn#29366
I had this error before:
#110 (comment)
Behoben durch ein sklearn upgrade.
Our CI test already used the newest version (from a few days ago) 1.7 of sklearn. I'll look into changes, that might be related to this.