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

Multi-line chain of Dataframe transformations needs to be enclosed in parenthesis #71

Open
dbtech4 opened this issue Feb 6, 2023 · 2 comments

Comments

@dbtech4
Copy link

dbtech4 commented Feb 6, 2023

At least for spark-shell the Spark syntax needs this fixing. Without the parenthesis, the following command on page 421 of the book fails to generate proper Array[...] into the params Dataframe:
val params = new ParamGridBuilder() .addGrid(rForm.formula, Array( ...

SDG_ch24_MLlib_in_Action_fail.txt

SDG_ch24_MLlib_in_Action_fixed.txt

@flow6979
Copy link

Hello @dbtech4 i would like to work on this issue, can you please give some more context to me?
Thank you!!

@dbtech4
Copy link
Author

dbtech4 commented Aug 13, 2024 via email

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

No branches or pull requests

2 participants