Binary package “python3-sklearn-pandas” in ubuntu noble

Pandas integration with sklearn (Python 3)

 sklearn-pandas provides a bridge between scikit-learn's machine learning
 methods and pandas data frames.
 .
 In particular, it provides:
  - a way to map DataFrame columns to transformations, which are later
    recombined into features
  - a way to cross-validate a pipeline that takes a pandas DataFrame as input.
 .
 This is the Python 3 version of the package.