Could performance or reliability issues emerge when scaling the AI system across environments?

This page is a fallback for search engines and cases when javascript fails or is disabled.
Please view this card in the library, where you can also find the rest of the plot4ai cards.

Safety & Environmental Impact CategoryCybersecurity Category
Design PhaseInput PhaseModel PhaseDeploy PhaseMonitor Phase
Could performance or reliability issues emerge when scaling the AI system across environments?

Can your algorithm scale in performance from the data it learned on to real data? In online situations the rate at which data comes into the model may not align with the rate of anticipated data arrival. This can lead to both outright ML system failure and to a system that becomes unstable or exhibits feedback loops. Source: BerryVilleiML

If you answered Yes then you are at risk

If you are not sure, then you might be at risk too

Recommendations

  • Determine the expected rate of data arrival and test the model under similar conditions.
  • Implement measures to make your model scalable.