Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Transform step does not work in Python environments of version <3.8 #82

Open
jerrylian-db opened this issue Sep 28, 2022 · 0 comments
Open

Comments

@jerrylian-db
Copy link
Contributor

I created a new Python environment for this template with Python version 3.7.13. This caused me to install a scikit-learn version of 1.0.2. No higher versions are available for this Python version. However, in the transform step logic, it instantiates the scikit-learn FunctionTransformer with the feature_names_out parameter, which is unavailable for scikit-learn 1.0.2. Can we update the mlp-regresion-template to specify that Python>=3.8 and scikit-learn>=1.1.*?

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

No branches or pull requests

1 participant