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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: