load_util package in automl example can not be imported
See original GitHub issueDescribe the bug
I tried to follow automl guidance to run an example but encounter follow issues.
I am using ludwigai/ludwig:0.5.2
image.
To Reproduce Steps to reproduce the behavior:
- Follow guidance https://ludwig-ai.github.io/ludwig-docs/0.5/user_guide/automl/
- Run
from load_util import load_mushroom_edibility
Please provide code, yaml config file and a sample of data in order to entirely reproduce the issue. Issues that are not reproducible will be ignored.
Expected behavior The example should work without additional dependencies.
Screenshots
Environment (please complete the following information):
- OS: [e.g. iOS] MacOS
- Version [e.g. 22] 0.5.2
- Python version 3.8.13
- Ludwig version 0.5.2
Additional context Add any other context about the problem here.
Issue Analytics
- State:
- Created a year ago
- Comments:6
Top Results From Across the Web
Creating datasets and importing data | AutoML Tables
This page describes how to create a dataset and import your tabular data into it. You can then use AutoML Tables to train...
Read more >Error: google cloud AutoML cannot import library
On google cloud, there are 2 parts done: 1- AutoML model to predict XOR gate output, data is trained, model is built and...
Read more >Top 5 loader-utils Code Examples - Snyk
To help you get started, we've selected a few loader-utils examples, based on popular ways it is used in public projects. Secure your...
Read more >jackocnr/intl-tel-input: A JavaScript plugin for entering ... - GitHub
A JavaScript plugin for entering and validating international telephone numbers - GitHub - jackocnr/intl-tel-input: A JavaScript plugin for entering and ...
Read more >Data Modeling with Google's AutoML Tables - Medium
Anyone who has ever built a machine learning model knows it can be a ... sure you clean your data set before importing,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi, @tgaddair Yes, the goal of the helper is to add the split column deterministically, and there’s currently load_util methods in the experiments repo for each autoML dataset that did not have all 3 splits deterministically defined. It is a good idea to add this functionality to the ludwig repo (I got the same suggestion from @justinxzhao this morning).
This has been fixed, both across the experiments repo, as well as in the documentation:
https://ludwig-ai.github.io/ludwig-docs/0.5/user_guide/automl/