Live data from Hacker News

Using Argo to Train Predictive Models at FlightAware

flightaware.engineering

11–14 of 14 posts

Re: Using Argo to Train Predictive Models at FlightAware

#11

Earlier quoted context omitted.

Or Apache Airflow. I'd expect this and KFP to have better integrations that cater to data science. You can use Elyra extension to design the workflows right from JupyterLab.

Not from said company, but did do a workflow tool comparison at my work and we also went with Argo. Argo had better kubernetes + surrounding ecosystem integration out of the box, it was designed to run containers by default which suited us because we had mixed language workloads. Airflow was mostly Python specific, unless you then ran plugins and extensions, the config/pipeline definition was written in Python which…

> my teammates write the worst Python I’ve seen in my career

Isn't that fairly common which is why there are "ML engineers" that then productionize (clean up and optimize) the original code to be plugged into a production workflow / pipeline system?

Re: Using Argo to Train Predictive Models at FlightAware

#13
post #8

Why create a new model for each airport? That doesn't seem right. Delays are compounding and many are regional.

I would think they train for predicting the normal case from positions near the airport to touch down and from touch down to the parking positions at the airport.
Post reply on HN