Pyspatialml icon indicating copy to clipboard operation
Pyspatialml copied to clipboard

Allow pandas pass through in predict method

Open stevenpawley opened this issue 2 years ago • 0 comments

Scikit learn can allow transformers to use column names instead of indexes, which is more convenient in some cases, e.g., ColumnTransformer. Currently, the use of names is not compatible with Pyspatialml because the data is read via numpy. Passing the data to the estimator via pandas will allow for preservation of column names

stevenpawley avatar Jul 29 '22 19:07 stevenpawley