Add missing `labels` parameter to MLEngineTrainingOperator
See original GitHub issueDescription
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:
- Created 3 years ago
- Comments:7 (4 by maintainers)
Top 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 >
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 Free
Top 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
I can give a shot at picking this up.
Yep, exactly what I was looking for before I opened this issue. Thank you! 👍🏻 🙂