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.

Add missing `labels` parameter to MLEngineTrainingOperator

See original GitHub issue

Description

MLEngineTrainingOperator doesn’t expose labels parameter, which is kind of surprising, considering that operators for BigQuery provide it (see e.g. here).

BTW, this also applies to MLEngineBatchPredictionOperator.

Use case / motivation

Accounting, mostly - with a considerable number of training/prediction jobs launched daily on ML Engine / AI Platform, labels become crucial for this task.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
coopergillancommented, Aug 6, 2020

I can give a shot at picking this up.

1reaction
xor-xorcommented, Aug 10, 2020

@xor-xor - here ya go. Hoping this is what you had in mind!

Yep, exactly what I was looking for before I opened this issue. Thank you! 👍🏻 🙂

Read more comments on GitHub >

github_iconTop Results From Across the Web

Supplying arguments to MLEngine airflow operator
1 Answer 1 ... From the error message, I suspect you added arguments for only --learning_rate and --batch_size in task.py ?
Read more >
Release Notes — Airflow Documentation
Add missing parameter documentation for “timetable” (#19282). Improve Kubernetes Executor docs (#19339). Update image tag used in docker docs ...
Read more >
Creating and managing labels
In the info panel, in the Labels tab, click + Add label and enter a label key and value for each label you...
Read more >
Apache Airflow 1.10.4 released!
We have just released Airflow v1.10.4, available from your local friendly pypi mirror, ...
Read more >
Pro Tips: How to deal with Class Imbalance and Missing ...
Your spectacularly-performing machine learning model could be subject to the common culprits of class imbalance and missing labels.
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