KhiopsML / khiops-python

The Python library of the Khiops AutoML suite
https://khiops.org
BSD 3-Clause Clear License
8 stars 1 forks source link

Support single-column Pandas dataframes as targets in estimators #160

Closed tramora closed 3 months ago

tramora commented 3 months ago

the target variable "y" can currently be an array-like of shape (n_samples,), a pandas.Dataframe of shame (n_samples, 1) - purpose of this commit - or a string key of a dataset dict (will be removed in version 11)