question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

load_util package in automl example can not be imported

See original GitHub issue

Describe the bug

I tried to follow automl guidance to run an example but encounter follow issues. image

I am using ludwigai/ludwig:0.5.2 image.

To Reproduce Steps to reproduce the behavior:

  1. Follow guidance https://ludwig-ai.github.io/ludwig-docs/0.5/user_guide/automl/
  2. 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:closed
  • Created a year ago
  • Comments:6

github_iconTop GitHub Comments

1reaction
amhollercommented, Jun 14, 2022

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).

0reactions
justinxzhaocommented, Jul 14, 2022

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/ image

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found