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
Wanted to check a few things, what version of Spark did you test this piece of code with?
I seem to get an error, when trying to run
"RuntimeError: Given feature/column names do not match the ones for the data given during fit"
I ensured the order of columns before transformation for both Pandas and PySpark dataframe is the same, however still facing this issue.
Did you come across any such issue or let me know if there's a resolution for the same.
The text was updated successfully, but these errors were encountered:
Hi Howard,
Wanted to check a few things, what version of Spark did you test this piece of code with?
I seem to get an error, when trying to run
"RuntimeError: Given feature/column names do not match the ones for the data given during fit"
I ensured the order of columns before transformation for both Pandas and PySpark dataframe is the same, however still facing this issue.
Did you come across any such issue or let me know if there's a resolution for the same.
The text was updated successfully, but these errors were encountered: