suppliers. These include airlines and online travel agents. Sometimes partner connections go down and we can’t pull quotes from them. How big of a problem is this?
find all the relevant flights without a given partner? Is the price still competitive without that partner? How much do we rely on each partner for coverage?
have intent to book? Or do they decide they’re not interested in that booking panel anymore? This is hard. • Simplest model: assume traveler will still click without the partner if they clicked before. Figure out which new partner takes the click. New cheapest partner gets the click (this is our baseline). • Simple model: random forest used for click prediction. • Complex model: two-step model. First predict if any partner will still be clicked, then predict which one.
Easy to get good results because vast majority of clicks go to the top position. Most important feature: is partner the cheapest. • Verify model: AB test dropping a partner.