July 29, 2024
In the machine learning (ML) and artificial intelligence (AI) domain, managing, tracking, and visualizing model…
On March 13, 2024, the European Parliament passed the EU AI Act to establish a common regulatory and legal framework for AI.
The EU AI Act divides AI Systems into 5 different risk categories
The Risk Categories are to be regulated in different ways. AI Systems with Unacceptable Risks are under no circumstances allowed to be deployed within the EU. Minimal Risk systems at the moment will be unregulated. Limited Risk systems must be transparent and denote to users that they are interfacing with AI or AI generated content.
High Risk and GPAI Models are categories that must follow strict guidelines.
Comet is a tool that allows machine learning teams to track and manage the entire model lifecycle: from datasets and training runs to model performance in production. With just a simple ‘pip install comet_ml’ and a couple of lines code, teams can start logging their data to Comet without disrupting their current workflows.
Comet tracks all relevant information for a model training run. This includes
Having access to all this information in a single UI that displays this information makes it easy for ML teams to adhere to the record keeping and data governance requirements for the EU AI Act.
Models are rarely “deploy and forget”. Just because a deployed production model has been performing as expected over the past couple months, doesn’t mean it will continue to do so. Hence, the EU is requiring post-deployment monitoring of high-risk models such as credit scoring and fraud detection.
Comet’s MPM allows teams to identify model performance degradation in production. By tracking data drift on input features and model output predictions, Comet can track failure even before a team has access to ground truth labels. MPM can also detect model bias by computing fairness metrics across different segments of your data.
Comet Panels are Visualizations used by Machine Learning Engineers to compare and debug their model training runs. These Panels range from visualizing high-level metrics such as loss and accuracy to analyzing specific data samples where a model is under-performing. You can export all these visualizations to generate a detailed report about the Model, which you can use as technical documentation for future audits.
NatWest, a Big Four bank in the United Kingdom, has been leveraging Comet for years to standardize model governance across its different verticals. They are well equipped to meet the regulatory requirements defined by the EU. You too can get ahead of the curve when you start logging your data to Comet!