You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/site-packages/ehrapy/preprocessing/_normalization.py:13: in <module>
import dask_ml.preprocessing as daskml_pp
/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/site-packages/dask_ml/preprocessing/__init__.py:5: in <module>
from .data import (
/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/site-packages/dask_ml/preprocessing/data.py:1048: in <module>
class PolynomialFeatures(DaskMLBaseMixin, sklearn.preprocessing.PolynomialFeatures):
/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/site-packages/dask_ml/preprocessing/data.py:1060: in PolynomialFeatures
__doc__ = "".join([splitted_orig_doc[0], __doc__, splitted_orig_doc[1]])
E IndexError: list index out of range
Anything else we need to know?:
Works flawlessly in my CI with Python 3.12
Environment:
+ dask-glm==0.3.2
+ dask-ml==2024.4.4
Dask version: 2025.1.0
Python version: 3.13
Operating System: Linux
Install method (conda, pip, source): uv pip
The text was updated successfully, but these errors were encountered:
Describe the issue:
Minimal Complete Verifiable Example:
leads to
Anything else we need to know?:
Works flawlessly in my CI with Python 3.12
Environment:
The text was updated successfully, but these errors were encountered: