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

Fix model train with Ludwig on Colab #1164

Conversation

xzdandy
Copy link
Collaborator

@xzdandy xzdandy commented Sep 19, 2023

We can not reproduce the problem locally, so the first guess is
1 . Convert dask dataframe to panda dataframe. This works. Check Colab.

  • Checking dask.dataframe and use compute to convert to pandas.dataframe.
  • Add better error message for future debug

@xzdandy xzdandy linked an issue Sep 19, 2023 that may be closed by this pull request
2 tasks
@xzdandy xzdandy self-assigned this Sep 19, 2023
@xzdandy xzdandy added the Bug 🐞 EVA is not working as expected label Sep 19, 2023
@xzdandy xzdandy added this to the v0.3.5 milestone Sep 19, 2023
@xzdandy xzdandy marked this pull request as ready for review September 19, 2023 07:54
@gaurav274 gaurav274 merged commit ea6bfc6 into staging Sep 19, 2023
@gaurav274 gaurav274 deleted the 1163-model-train-with-ludwig-does-not-return-panda-dataframe-on-colab branch September 19, 2023 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug 🐞 EVA is not working as expected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Model Train with Ludwig does not return panda dataframe on Colab
3 participants