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

training.transformation.custom_transformer transformation_function should receive and return Series, not dataframe #123

Open
pedrovgp opened this issue Jan 28, 2020 · 0 comments
Labels
documentation Missing documentation or improvements in the existing one

Comments

@pedrovgp
Copy link

PROBLEM FOUND IN DOCS:

The training.transformation.custom_transformer receives a transformation_function as parameter.

The docs say this transformation_function receives a pd.DataFrame and returns a pd.DataFrame but, in fact, it is receiving a pd.Series and returning a pd.Series.

The docs should be update to reflect the implemented behavior.

@pedrovgp pedrovgp added the documentation Missing documentation or improvements in the existing one label Jan 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Missing documentation or improvements in the existing one
Projects
None yet
Development

No branches or pull requests

1 participant