Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow pandas pass through in predict method #44

Open
stevenpawley opened this issue Jul 29, 2022 · 0 comments
Open

Allow pandas pass through in predict method #44

stevenpawley opened this issue Jul 29, 2022 · 0 comments

Comments

@stevenpawley
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant