{"id":831,"date":"2025-10-07T04:21:43","date_gmt":"2025-10-07T04:21:43","guid":{"rendered":"https:\/\/salesforcecrmtraining.in\/blog\/?p=831"},"modified":"2025-10-07T04:21:43","modified_gmt":"2025-10-07T04:21:43","slug":"model-drift-and-data-drift-monitoring-deployed-models","status":"publish","type":"post","link":"https:\/\/salesforcecrmtraining.in\/blog\/model-drift-and-data-drift-monitoring-deployed-models\/","title":{"rendered":"Model Drift and Data Drift: Monitoring Deployed Models"},"content":{"rendered":"<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">In machine learning, building a model is only the beginning. Once deployed, a model does not perform in isolation. It interacts with real-world data that can change over time. These alterations may result in a reduction of model precision and dependability. This is where model drift and data drift come into focus. Monitoring deployed models is essential to maintain performance and deliver consistent results. Concepts like these are deeply explored in the <\/span><a href=\"https:\/\/www.fita.in\/data-science-course-in-mumbai\/\"><span style=\"font-weight: 400;\">Data Science Course in Mumbai<\/span><\/a><span style=\"font-weight: 400;\"> at <\/span><a href=\"https:\/\/www.fita.in\/\"><span style=\"font-weight: 400;\">FITA Academy<\/span><\/a><span style=\"font-weight: 400;\">, where learners gain practical skills for real-world machine learning challenges.<\/span><\/p>\n<h2 style=\"text-align: justify;\"><b>What is Data Drift?<\/b><\/h2>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Data drift signifies the alterations in the statistical characteristics of input data as time progresses. This means the data that a model receives during deployment begins to differ from the data it was trained on. For example, if a model is trained to detect spam emails, but the type of language used in spam evolves, the input data shifts. This shift can lead to errors in prediction.<\/span><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Common causes of data drift include seasonal changes, user behavior shifts, new data sources, and changes in data collection methods. Data drift does not always indicate poor performance right away, but it is often an early warning sign that a model may become less effective.<\/span><\/p>\n<h2 style=\"text-align: justify;\"><b>What is Model Drift?<\/b><\/h2>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Model drift, sometimes called concept drift, refers to a decline in a model\u2019s predictive performance over time. Unlike data drift, which deals with input data changes, model drift is concerned with the model\u2019s relationship to the target variable. It means the patterns the model learned during training are no longer valid.<\/span><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">A practical example could be a credit risk model trained on historical customer data. Over time, if financial regulations change or the economy shifts, the way customers behave might also change. As a result, the model&#8217;s predictions may become less accurate even if the data format stays the same. To gain deeper insights into handling such real-world challenges, enrolling in a <\/span><a href=\"https:\/\/www.fita.in\/data-science-course-in-kolkata\/\"><span style=\"font-weight: 400;\">Data Science Course in Kolkata<\/span><\/a><span style=\"font-weight: 400;\"> can be a valuable step toward mastering production-level model management.<\/span><\/p>\n<h2 style=\"text-align: justify;\"><b>Why Drift Matters in Deployed Models<\/b><\/h2>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Both data drift and model drift can silently degrade the performance of machine learning systems. This leads to poor user experiences, inaccurate decisions, and financial losses. In high-stakes industries like healthcare, finance, or e-commerce, the consequences of drift can be significant.<\/span><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">By not monitoring deployed models, organizations risk relying on outdated or irrelevant insights. Detecting drift early allows teams to retrain models or adjust systems before performance issues escalate.<\/span><\/p>\n<h2 style=\"text-align: justify;\"><b>Signs of Drift in Deployed Models<\/b><\/h2>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Recognizing signs of drift early helps prevent performance loss. Here are a few indicators:<\/span><\/p>\n<ul style=\"text-align: justify;\">\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">A steady drop in model accuracy or precision<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Unexpected spikes in false positives or false negatives<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Increased customer complaints or negative feedback<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Misalignment between predicted and actual outcomes<\/span><\/li>\n<\/ul>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Regular performance monitoring, combined with data quality checks, can help detect these signs quickly. These are key skills covered in a <\/span><a href=\"https:\/\/www.fita.in\/data-science-course-in-delhi\/\"><span style=\"font-weight: 400;\">Data Science Course in Delhi<\/span><\/a><span style=\"font-weight: 400;\"> for those looking to build expertise in model management.<\/span><\/p>\n<h2 style=\"text-align: justify;\"><b>Monitoring Strategies for Drift Detection<\/b><\/h2>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Monitoring deployed models is not just about tracking accuracy. It involves using a combination of metrics, tools, and alerts to identify issues before they impact operations. Here are some effective strategies:<\/span><\/p>\n<ol style=\"text-align: justify;\">\n<li><b> Track model performance metrics<\/b><\/li>\n<\/ol>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Continuously monitor precision, recall, F1 score, or other relevant metrics. A consistent decline may signal model drift.<\/span><\/p>\n<ol style=\"text-align: justify;\" start=\"2\">\n<li><b> Compare training and production data<\/b><\/li>\n<\/ol>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Employ statistical methods to assess if there are meaningful differences between the past training data and the new input data.<\/span><\/p>\n<ol style=\"text-align: justify;\" start=\"3\">\n<li><b> Use data validation tools<\/b><\/li>\n<\/ol>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Implement tools that check for missing values, outliers, or schema changes in incoming data.<\/span><\/p>\n<ol style=\"text-align: justify;\" start=\"4\">\n<li><b> Automate alerts and retraining<\/b><\/li>\n<\/ol>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Set up thresholds and triggers that notify teams when drift is detected. In some systems, automatic retraining pipelines can also be activated.<\/span><\/p>\n<ol style=\"text-align: justify;\" start=\"5\">\n<li><b> Conduct periodic model reviews<\/b><\/li>\n<\/ol>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Even when no obvious drift is detected, regular reviews of models can catch subtle changes that affect performance.<\/span><\/p>\n<h2 style=\"text-align: justify;\"><b>Preventing and Managing Drift<\/b><\/h2>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">While drift cannot always be avoided, proactive steps can reduce its impact. These include:<\/span><\/p>\n<ul style=\"text-align: justify;\">\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Keeping training datasets up to date<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Including recent examples in retraining<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Creating adaptive models that can adjust to new data<\/span><\/li>\n<li style=\"font-weight: 400;\"><span style=\"font-weight: 400;\">Building feedback loops to capture errors and learn from them<\/span><\/li>\n<\/ul>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Model governance practices also play a role. Documenting model assumptions, monitoring practices, and retraining schedules helps ensure long-term reliability.<\/span><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Model drift and data drift are natural outcomes in a changing environment. Ignoring them can lead to poor performance, lost opportunities, and trust issues. Monitoring deployed models helps organizations stay ahead of change. By utilizing appropriate tools and strategies, teams can identify drift early on, uphold model quality, and guarantee ongoing benefits from their machine learning investments. To develop these essential skills, consider joining a <\/span><a href=\"https:\/\/www.fita.in\/data-science-course-in-pune\/\"><span style=\"font-weight: 400;\">Data Science Course in Pune<\/span><\/a><span style=\"font-weight: 400;\">, where practical training prepares you for real-world challenges.<\/span><\/p>\n<p style=\"text-align: justify;\"><span style=\"font-weight: 400;\">Also check: <\/span><a href=\"https:\/\/www.pegatraining.in\/the-role-of-data-science-in-ecommerce\/\"><span style=\"font-weight: 400;\">The Role of Data Science in eCommerce<\/span><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In machine learning, building a model is only the beginning. Once deployed, a model does not perform in isolation. It interacts with real-world data that can change over time. These alterations may result in a reduction of model precision and dependability. This is where model drift and data drift come into focus. Monitoring deployed models [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":832,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[19],"tags":[254],"class_list":["post-831","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-education","tag-data-science"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Model Drift and Data Drift: Monitoring Deployed Models<\/title>\n<meta name=\"description\" content=\"Learn how to detect, monitor, and manage model drift and data drift to keep your machine learning models performing reliably.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/salesforcecrmtraining.in\/blog\/model-drift-and-data-drift-monitoring-deployed-models\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Model Drift and Data Drift: Monitoring Deployed Models\" \/>\n<meta property=\"og:description\" content=\"Learn how to detect, monitor, and manage model drift and data drift to keep your machine learning models performing reliably.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/salesforcecrmtraining.in\/blog\/model-drift-and-data-drift-monitoring-deployed-models\/\" \/>\n<meta property=\"og:site_name\" content=\"Salesforce CRM Training\" \/>\n<meta property=\"article:published_time\" content=\"2025-10-07T04:21:43+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/salesforcecrmtraining.in\/blog\/wp-content\/uploads\/2025\/10\/Model-Drift-and-Data-Drift.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"400\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"salesforcecrmtraining\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"salesforcecrmtraining\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/salesforcecrmtraining.in\/blog\/model-drift-and-data-drift-monitoring-deployed-models\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/salesforcecrmtraining.in\/blog\/model-drift-and-data-drift-monitoring-deployed-models\/\"},\"author\":{\"name\":\"salesforcecrmtraining\",\"@id\":\"https:\/\/salesforcecrmtraining.in\/blog\/#\/schema\/person\/e1395386e5c4d70088463c2484445e46\"},\"headline\":\"Model Drift and Data Drift: Monitoring Deployed Models\",\"datePublished\":\"2025-10-07T04:21:43+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/salesforcecrmtraining.in\/blog\/model-drift-and-data-drift-monitoring-deployed-models\/\"},\"wordCount\":808,\"publisher\":{\"@id\":\"https:\/\/salesforcecrmtraining.in\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/salesforcecrmtraining.in\/blog\/model-drift-and-data-drift-monitoring-deployed-models\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/salesforcecrmtraining.in\/blog\/wp-content\/uploads\/2025\/10\/Model-Drift-and-Data-Drift.webp\",\"keywords\":[\"Data Science\"],\"articleSection\":[\"Education\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/salesforcecrmtraining.in\/blog\/model-drift-and-data-drift-monitoring-deployed-models\/\",\"url\":\"https:\/\/salesforcecrmtraining.in\/blog\/model-drift-and-data-drift-monitoring-deployed-models\/\",\"name\":\"Model Drift and Data Drift: Monitoring Deployed Models\",\"isPartOf\":{\"@id\":\"https:\/\/salesforcecrmtraining.in\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/salesforcecrmtraining.in\/blog\/model-drift-and-data-drift-monitoring-deployed-models\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/salesforcecrmtraining.in\/blog\/model-drift-and-data-drift-monitoring-deployed-models\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/salesforcecrmtraining.in\/blog\/wp-content\/uploads\/2025\/10\/Model-Drift-and-Data-Drift.webp\",\"datePublished\":\"2025-10-07T04:21:43+00:00\",\"description\":\"Learn how to detect, monitor, and manage model drift and data drift to keep your machine learning models performing reliably.\",\"breadcrumb\":{\"@id\":\"https:\/\/salesforcecrmtraining.in\/blog\/model-drift-and-data-drift-monitoring-deployed-models\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/salesforcecrmtraining.in\/blog\/model-drift-and-data-drift-monitoring-deployed-models\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/salesforcecrmtraining.in\/blog\/model-drift-and-data-drift-monitoring-deployed-models\/#primaryimage\",\"url\":\"https:\/\/salesforcecrmtraining.in\/blog\/wp-content\/uploads\/2025\/10\/Model-Drift-and-Data-Drift.webp\",\"contentUrl\":\"https:\/\/salesforcecrmtraining.in\/blog\/wp-content\/uploads\/2025\/10\/Model-Drift-and-Data-Drift.webp\",\"width\":800,\"height\":400,\"caption\":\"Model Drift and Data Drift: Monitoring Deployed Models\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/salesforcecrmtraining.in\/blog\/model-drift-and-data-drift-monitoring-deployed-models\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/salesforcecrmtraining.in\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Model Drift and Data Drift: Monitoring Deployed Models\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/salesforcecrmtraining.in\/blog\/#website\",\"url\":\"https:\/\/salesforcecrmtraining.in\/blog\/\",\"name\":\"Salesforce CRM Training\",\"description\":\"Salesforce tutorials and articles\",\"publisher\":{\"@id\":\"https:\/\/salesforcecrmtraining.in\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/salesforcecrmtraining.in\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/salesforcecrmtraining.in\/blog\/#organization\",\"name\":\"Salesforce CRM Training\",\"url\":\"https:\/\/salesforcecrmtraining.in\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/salesforcecrmtraining.in\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/salesforcecrmtraining.in\/blog\/wp-content\/uploads\/2021\/07\/cropped-site-logo.png\",\"contentUrl\":\"https:\/\/salesforcecrmtraining.in\/blog\/wp-content\/uploads\/2021\/07\/cropped-site-logo.png\",\"width\":206,\"height\":100,\"caption\":\"Salesforce CRM Training\"},\"image\":{\"@id\":\"https:\/\/salesforcecrmtraining.in\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/salesforcecrmtraining.in\/blog\/#\/schema\/person\/e1395386e5c4d70088463c2484445e46\",\"name\":\"salesforcecrmtraining\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/16d83ed8157d92d71f9df385405e9a4f459de489a247ab113f81f2473bc49bd3?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/16d83ed8157d92d71f9df385405e9a4f459de489a247ab113f81f2473bc49bd3?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/16d83ed8157d92d71f9df385405e9a4f459de489a247ab113f81f2473bc49bd3?s=96&d=mm&r=g\",\"caption\":\"salesforcecrmtraining\"},\"url\":\"https:\/\/salesforcecrmtraining.in\/blog\/author\/salesforcecrm_fita\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Model Drift and Data Drift: Monitoring Deployed Models","description":"Learn how to detect, monitor, and manage model drift and data drift to keep your machine learning models performing reliably.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/salesforcecrmtraining.in\/blog\/model-drift-and-data-drift-monitoring-deployed-models\/","og_locale":"en_US","og_type":"article","og_title":"Model Drift and Data Drift: Monitoring Deployed Models","og_description":"Learn how to detect, monitor, and manage model drift and data drift to keep your machine learning models performing reliably.","og_url":"https:\/\/salesforcecrmtraining.in\/blog\/model-drift-and-data-drift-monitoring-deployed-models\/","og_site_name":"Salesforce CRM Training","article_published_time":"2025-10-07T04:21:43+00:00","og_image":[{"width":800,"height":400,"url":"https:\/\/salesforcecrmtraining.in\/blog\/wp-content\/uploads\/2025\/10\/Model-Drift-and-Data-Drift.webp","type":"image\/webp"}],"author":"salesforcecrmtraining","twitter_misc":{"Written by":"salesforcecrmtraining","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/salesforcecrmtraining.in\/blog\/model-drift-and-data-drift-monitoring-deployed-models\/#article","isPartOf":{"@id":"https:\/\/salesforcecrmtraining.in\/blog\/model-drift-and-data-drift-monitoring-deployed-models\/"},"author":{"name":"salesforcecrmtraining","@id":"https:\/\/salesforcecrmtraining.in\/blog\/#\/schema\/person\/e1395386e5c4d70088463c2484445e46"},"headline":"Model Drift and Data Drift: Monitoring Deployed Models","datePublished":"2025-10-07T04:21:43+00:00","mainEntityOfPage":{"@id":"https:\/\/salesforcecrmtraining.in\/blog\/model-drift-and-data-drift-monitoring-deployed-models\/"},"wordCount":808,"publisher":{"@id":"https:\/\/salesforcecrmtraining.in\/blog\/#organization"},"image":{"@id":"https:\/\/salesforcecrmtraining.in\/blog\/model-drift-and-data-drift-monitoring-deployed-models\/#primaryimage"},"thumbnailUrl":"https:\/\/salesforcecrmtraining.in\/blog\/wp-content\/uploads\/2025\/10\/Model-Drift-and-Data-Drift.webp","keywords":["Data Science"],"articleSection":["Education"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/salesforcecrmtraining.in\/blog\/model-drift-and-data-drift-monitoring-deployed-models\/","url":"https:\/\/salesforcecrmtraining.in\/blog\/model-drift-and-data-drift-monitoring-deployed-models\/","name":"Model Drift and Data Drift: Monitoring Deployed Models","isPartOf":{"@id":"https:\/\/salesforcecrmtraining.in\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/salesforcecrmtraining.in\/blog\/model-drift-and-data-drift-monitoring-deployed-models\/#primaryimage"},"image":{"@id":"https:\/\/salesforcecrmtraining.in\/blog\/model-drift-and-data-drift-monitoring-deployed-models\/#primaryimage"},"thumbnailUrl":"https:\/\/salesforcecrmtraining.in\/blog\/wp-content\/uploads\/2025\/10\/Model-Drift-and-Data-Drift.webp","datePublished":"2025-10-07T04:21:43+00:00","description":"Learn how to detect, monitor, and manage model drift and data drift to keep your machine learning models performing reliably.","breadcrumb":{"@id":"https:\/\/salesforcecrmtraining.in\/blog\/model-drift-and-data-drift-monitoring-deployed-models\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/salesforcecrmtraining.in\/blog\/model-drift-and-data-drift-monitoring-deployed-models\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/salesforcecrmtraining.in\/blog\/model-drift-and-data-drift-monitoring-deployed-models\/#primaryimage","url":"https:\/\/salesforcecrmtraining.in\/blog\/wp-content\/uploads\/2025\/10\/Model-Drift-and-Data-Drift.webp","contentUrl":"https:\/\/salesforcecrmtraining.in\/blog\/wp-content\/uploads\/2025\/10\/Model-Drift-and-Data-Drift.webp","width":800,"height":400,"caption":"Model Drift and Data Drift: Monitoring Deployed Models"},{"@type":"BreadcrumbList","@id":"https:\/\/salesforcecrmtraining.in\/blog\/model-drift-and-data-drift-monitoring-deployed-models\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/salesforcecrmtraining.in\/blog\/"},{"@type":"ListItem","position":2,"name":"Model Drift and Data Drift: Monitoring Deployed Models"}]},{"@type":"WebSite","@id":"https:\/\/salesforcecrmtraining.in\/blog\/#website","url":"https:\/\/salesforcecrmtraining.in\/blog\/","name":"Salesforce CRM Training","description":"Salesforce tutorials and articles","publisher":{"@id":"https:\/\/salesforcecrmtraining.in\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/salesforcecrmtraining.in\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/salesforcecrmtraining.in\/blog\/#organization","name":"Salesforce CRM Training","url":"https:\/\/salesforcecrmtraining.in\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/salesforcecrmtraining.in\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/salesforcecrmtraining.in\/blog\/wp-content\/uploads\/2021\/07\/cropped-site-logo.png","contentUrl":"https:\/\/salesforcecrmtraining.in\/blog\/wp-content\/uploads\/2021\/07\/cropped-site-logo.png","width":206,"height":100,"caption":"Salesforce CRM Training"},"image":{"@id":"https:\/\/salesforcecrmtraining.in\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/salesforcecrmtraining.in\/blog\/#\/schema\/person\/e1395386e5c4d70088463c2484445e46","name":"salesforcecrmtraining","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/16d83ed8157d92d71f9df385405e9a4f459de489a247ab113f81f2473bc49bd3?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/16d83ed8157d92d71f9df385405e9a4f459de489a247ab113f81f2473bc49bd3?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/16d83ed8157d92d71f9df385405e9a4f459de489a247ab113f81f2473bc49bd3?s=96&d=mm&r=g","caption":"salesforcecrmtraining"},"url":"https:\/\/salesforcecrmtraining.in\/blog\/author\/salesforcecrm_fita\/"}]}},"_links":{"self":[{"href":"https:\/\/salesforcecrmtraining.in\/blog\/wp-json\/wp\/v2\/posts\/831","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/salesforcecrmtraining.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/salesforcecrmtraining.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/salesforcecrmtraining.in\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/salesforcecrmtraining.in\/blog\/wp-json\/wp\/v2\/comments?post=831"}],"version-history":[{"count":2,"href":"https:\/\/salesforcecrmtraining.in\/blog\/wp-json\/wp\/v2\/posts\/831\/revisions"}],"predecessor-version":[{"id":834,"href":"https:\/\/salesforcecrmtraining.in\/blog\/wp-json\/wp\/v2\/posts\/831\/revisions\/834"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/salesforcecrmtraining.in\/blog\/wp-json\/wp\/v2\/media\/832"}],"wp:attachment":[{"href":"https:\/\/salesforcecrmtraining.in\/blog\/wp-json\/wp\/v2\/media?parent=831"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/salesforcecrmtraining.in\/blog\/wp-json\/wp\/v2\/categories?post=831"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/salesforcecrmtraining.in\/blog\/wp-json\/wp\/v2\/tags?post=831"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}