{"id":25579433,"date":"2024-03-24T13:34:51","date_gmt":"2024-03-24T08:04:51","guid":{"rendered":"https:\/\/entri.app\/blog\/?p=25579433"},"modified":"2024-03-26T13:19:14","modified_gmt":"2024-03-26T07:49:14","slug":"outlier-detection-methods-in-data-science","status":"publish","type":"post","link":"https:\/\/entri.app\/blog\/outlier-detection-methods-in-data-science\/","title":{"rendered":"Outlier Detection Methods in Data Science [ Experts Guide]"},"content":{"rendered":"<p>Outliers also known as anomalies are those data points that are very different from the set of normal data. Detecting and managing them is very important in data science as it may impact model performance. This article is about Outlier Detection Methods in Data Science.<\/p>\n<p>Let&#8217;s try to understand and explore more about outliers in this article. Read on to learn about the different methods to detect and eliminate outliers in Data Science.<\/p>\n<p style=\"text-align: center;\"><strong><a class=\"in-cell-link\" href=\"https:\/\/entri.app\/course\/data-science-and-machine-learning-course\/\" target=\"_blank\" rel=\"noopener\">Ready to take your data science skills to the next level? Sign up for a free demo today!<\/a><\/strong><\/p>\n<h3><strong><b>What are Outliers?<\/b><\/strong><\/h3>\n<p>Outliers are data points that significantly differ from other observations in a dataset. These data points lie far away from the majority of other data points and may indicate variability, errors in measurement, or rare events.<\/p>\n<h3><strong><b>What Causes Outliers?<\/b><\/strong><\/h3>\n<p>Causes of outliers include:<\/p>\n<ul>\n<li><b><\/b><strong><b>Mistakes: <\/b><\/strong>Errors during data collection or recording.<\/li>\n<li><b><\/b><strong><b>Natural Differences: <\/b><\/strong>Some data points may naturally be very different.<\/li>\n<li><b><\/b><strong><b>Equipment Problems: <\/b><\/strong>Issues with tools or machines used in data collection.<\/li>\n<li><b><\/b><strong><b>Human Mistakes: <\/b><\/strong>Errors made by people, like typos or misinterpretations.<\/li>\n<li><b><\/b><strong><b>Rare Events: <\/b><\/strong>Uncommon or extreme occurrences in the data.<\/li>\n<\/ul>\n<h3><strong><b>How to identify and eliminate outliers?<\/b><\/strong><\/h3>\n<p>Identifying and handling outliers involves the following steps:<\/p>\n<h4><strong><b>Visual Inspection:<\/b><\/strong><\/h4>\n<ul>\n<li>Plot the data using graphs like scatter plots or box plots to visually identify any points that stand out from the rest.<\/li>\n<\/ul>\n<h4><strong><b>Statistical Methods:<\/b><\/strong><\/h4>\n<ul>\n<li>Calculate summary statistics such as mean, median, and standard deviation to detect values that deviate significantly from the norm.<\/li>\n<\/ul>\n<h4><strong><b>Thresholds:<\/b><\/strong><\/h4>\n<ul>\n<li>Set thresholds based on statistical measures like z-scores or interquartile range (IQR) to determine which data points are considered outliers.<\/li>\n<\/ul>\n<h4><strong><b>Outlier Removal:<\/b><\/strong><\/h4>\n<ul>\n<li>Remove outliers from the dataset if they are deemed to be errors or noise, especially if they are few in number and their removal does not significantly affect the overall dataset.<\/li>\n<\/ul>\n<h4><strong><b>Transformation:<\/b><\/strong><\/h4>\n<ul>\n<li>Transform the data using methods like log transformation or winsorization to reduce the impact of outliers on statistical analyses or machine learning models.<\/li>\n<\/ul>\n<h4><strong><b>Imputation:<\/b><\/strong><\/h4>\n<ul>\n<li>Replace outliers with more typical values, such as the mean or median of the dataset, to mitigate their influence while retaining the overall distribution of the data.<\/li>\n<\/ul>\n<h4><strong><b>Robust Methods:<\/b><\/strong><\/h4>\n<ul>\n<li>Use <a href=\"https:\/\/psycnet.apa.org\/record\/2008-14338-002\" target=\"_blank\" rel=\"noopener\">robust statistical technique<\/a>s or machine learning algorithms that are less sensitive to outliers, such as median absolute deviation (MAD) or robust regression.<\/li>\n<\/ul>\n<h4><strong><b>Domain Knowledge:<\/b><\/strong><\/h4>\n<ul>\n<li>Consider domain-specific knowledge to determine whether outliers are valid data points or anomalies that require special attention.<\/li>\n<\/ul>\n<h3><strong><b>Outlier Detection Methods in Data Science <\/b><\/strong><\/h3>\n<h4><strong><b>Standard Deviation Method:<\/b><\/strong><\/h4>\n<ul>\n<li>Look for data points that are far from the average by a certain number of standard deviations.<\/li>\n<\/ul>\n<h4><strong><b>Interquartile Range (IQR) Method:<\/b><\/strong><\/h4>\n<ul>\n<li>Find outliers by checking if data points fall outside the middle 50% range of the data.<\/li>\n<\/ul>\n<h4><strong><b>\u00a0<\/b><\/strong><strong><b>Z-Score Method:<\/b><\/strong><\/h4>\n<ul>\n<li>Calculate how far each data point is from the average in terms of standard deviations. Points too far away are flagged as outliers.<\/li>\n<\/ul>\n<h4><strong><b>Box Plot Method:<\/b><\/strong><\/h4>\n<ul>\n<li>Plot the data and look for points that fall outside the &#8220;whiskers&#8221; of the box plot.<\/li>\n<\/ul>\n<h4><strong><b>DBSCAN:<\/b><\/strong><\/h4>\n<ul>\n<li>Cluster the data and identify points that don&#8217;t belong to any cluster or have few neighbors as outliers.<\/li>\n<\/ul>\n<h4><strong><b>Isolation Forest:<\/b><\/strong><\/h4>\n<ul>\n<li>Randomly separate data points until each one is isolated, identifying isolated points as outliers.<\/li>\n<\/ul>\n<h4><strong><b>Local Outlier Factor (LOF):<\/b><\/strong><\/h4>\n<ul>\n<li>Measure how different each point is from its neighbors, flagging points with low density as outliers.<\/li>\n<\/ul>\n<h4><strong><b>Robust Z-Score:<\/b><\/strong><\/h4>\n<ul>\n<li>Similar to Z-Score but uses the median and median absolute deviation (MAD) for more robust outlier detection.<\/li>\n<\/ul>\n<h4><strong><b>Histogram-based Methods:<\/b><\/strong><\/h4>\n<ul>\n<li>Divide the data into bins and flag bins with very low or high frequencies as outliers.<\/li>\n<\/ul>\n<h4><strong><b>Mahalanobis Distance:<\/b><\/strong><\/h4>\n<ul>\n<li>Measure the distance of each point from the center of the distribution, flagging distant points as outliers.<\/li>\n<\/ul>\n<p style=\"text-align: center;\"><strong><a class=\"in-cell-link\" href=\"https:\/\/entri.app\/course\/data-science-and-machine-learning-course\/\" target=\"_blank\" rel=\"noopener\">Ready to take your data science skills to the next level? Sign up for a free demo today!<\/a><\/strong><\/p>\n<h3><strong><b>Advantages of Outlier Detection<\/b><\/strong><\/h3>\n<p><strong><b>Cleaner Data:<\/b><\/strong><\/p>\n<ul>\n<li>Outlier detection helps remove incorrect or irrelevant data points, making your dataset cleaner and more reliable.<\/li>\n<\/ul>\n<p><strong><b>More Accurate Analysis:<\/b><\/strong><\/p>\n<ul>\n<li>By getting rid of outliers, you can perform analyses with more accuracy because extreme values won&#8217;t skew your results.<\/li>\n<\/ul>\n<p><strong><b>\u00a0<\/b><\/strong><strong><b>Better Understanding:<\/b><\/strong><\/p>\n<ul>\n<li>Finding outliers helps you uncover unusual patterns or behaviors in your data, giving you a deeper understanding of what&#8217;s going on.<\/li>\n<\/ul>\n<p><strong><b>Fair Models:<\/b><\/strong><\/p>\n<ul>\n<li>Removing outliers ensures that your machine learning models are fairer and more reliable, as they won&#8217;t be overly influenced by extreme values.<\/li>\n<\/ul>\n<p><strong><b>Improved Performance:<\/b><\/strong><\/p>\n<ul>\n<li>With outliers gone, your models will perform better, giving you more accurate predictions and insights.<\/li>\n<\/ul>\n<p><strong><b>Reliable Results:<\/b><\/strong><\/p>\n<ul>\n<li>Outlier detection ensures that your results are more trustworthy and can be relied upon for decision-making.<\/li>\n<\/ul>\n<h3><strong><b>Outlier Detection Methods in Data Science: <\/b><\/strong><strong><b>Conclusion<\/b><\/strong><\/h3>\n<p>We have understood what outliers are and how they can be detected and eliminated. Outlier detection is an important phenomenon in the field of Data Science. It ensures proper working of the system.<\/p>\n<div>\n<table>\n<tbody>\n<tr>\n<td colspan=\"2\"><strong>Related Articles<\/strong><\/td>\n<\/tr>\n<tr>\n<td><strong>\u00a0<a href=\"https:\/\/entri.app\/blog\/top-50-data-analyst-interview-questions\/\" target=\"_blank\" rel=\"noopener\">Top 50 Data Analyst Interview Questions<\/a><\/strong><\/td>\n<td><strong><a href=\"https:\/\/entri.app\/blog\/data-science-interview-questions-answers\/\" target=\"_blank\" rel=\"noopener\">Top 100 Data Science Interview Questions and Answers<\/a><\/strong><\/td>\n<\/tr>\n<tr>\n<td><strong>\u00a0<a href=\"https:\/\/entri.app\/blog\/exploratory-data-analysis-in-machine-learning\/\" target=\"_blank\" rel=\"noopener\">Exploratory Data Analysis in Machine Learning<\/a><\/strong><\/td>\n<td><strong><a href=\"https:\/\/entri.app\/blog\/data-scientist-job-description\/\" target=\"_blank\" rel=\"noopener\">How to Write a Data Scientist Job Description<\/a><\/strong><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Outliers also known as anomalies are those data points that are very different from the set of normal data. Detecting and managing them is very important in data science as it may impact model performance. This article is about Outlier Detection Methods in Data Science. Let&#8217;s try to understand and explore more about outliers in [&hellip;]<\/p>\n","protected":false},"author":42,"featured_media":25579434,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[802,1903,1864,1841],"tags":[],"class_list":["post-25579433","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-articles","category-coding","category-data-science-ml","category-entri-skilling"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Best Outliers Detection Methods in Data Science ( Experts Guide )<\/title>\n<meta name=\"description\" content=\"Are you looking to know more about outliers? Let&#039;s understand outliers: how to identify them and find the best methods to detect outliers!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/entri.app\/blog\/outlier-detection-methods-in-data-science\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Best Outliers Detection Methods in Data Science ( Experts Guide )\" \/>\n<meta property=\"og:description\" content=\"Are you looking to know more about outliers? Let&#039;s understand outliers: how to identify them and find the best methods to detect outliers!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/entri.app\/blog\/outlier-detection-methods-in-data-science\/\" \/>\n<meta property=\"og:site_name\" content=\"Entri Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/entri.me\/\" \/>\n<meta property=\"article:published_time\" content=\"2024-03-24T08:04:51+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-03-26T07:49:14+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2024\/03\/Outlier-Detection-Methods-in-Data-Science-Experts-Guide.png\" \/>\n\t<meta property=\"og:image:width\" content=\"820\" \/>\n\t<meta property=\"og:image:height\" content=\"615\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Famida\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@entri_app\" \/>\n<meta name=\"twitter:site\" content=\"@entri_app\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Famida\" \/>\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:\/\/entri.app\/blog\/outlier-detection-methods-in-data-science\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/entri.app\/blog\/outlier-detection-methods-in-data-science\/\"},\"author\":{\"name\":\"Famida\",\"@id\":\"https:\/\/entri.app\/blog\/#\/schema\/person\/8cc8d87d6cbc05e0ca8e6a1113a8b419\"},\"headline\":\"Outlier Detection Methods in Data Science [ Experts Guide]\",\"datePublished\":\"2024-03-24T08:04:51+00:00\",\"dateModified\":\"2024-03-26T07:49:14+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/entri.app\/blog\/outlier-detection-methods-in-data-science\/\"},\"wordCount\":818,\"publisher\":{\"@id\":\"https:\/\/entri.app\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/entri.app\/blog\/outlier-detection-methods-in-data-science\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2024\/03\/Outlier-Detection-Methods-in-Data-Science-Experts-Guide.png\",\"articleSection\":[\"Articles\",\"Coding\",\"Data Science and Machine Learning\",\"Entri Skilling\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/entri.app\/blog\/outlier-detection-methods-in-data-science\/\",\"url\":\"https:\/\/entri.app\/blog\/outlier-detection-methods-in-data-science\/\",\"name\":\"Best Outliers Detection Methods in Data Science ( Experts Guide )\",\"isPartOf\":{\"@id\":\"https:\/\/entri.app\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/entri.app\/blog\/outlier-detection-methods-in-data-science\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/entri.app\/blog\/outlier-detection-methods-in-data-science\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2024\/03\/Outlier-Detection-Methods-in-Data-Science-Experts-Guide.png\",\"datePublished\":\"2024-03-24T08:04:51+00:00\",\"dateModified\":\"2024-03-26T07:49:14+00:00\",\"description\":\"Are you looking to know more about outliers? Let's understand outliers: how to identify them and find the best methods to detect outliers!\",\"breadcrumb\":{\"@id\":\"https:\/\/entri.app\/blog\/outlier-detection-methods-in-data-science\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/entri.app\/blog\/outlier-detection-methods-in-data-science\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/entri.app\/blog\/outlier-detection-methods-in-data-science\/#primaryimage\",\"url\":\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2024\/03\/Outlier-Detection-Methods-in-Data-Science-Experts-Guide.png\",\"contentUrl\":\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2024\/03\/Outlier-Detection-Methods-in-Data-Science-Experts-Guide.png\",\"width\":820,\"height\":615,\"caption\":\"Outlier Detection Methods in Data Science [ Experts Guide]\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/entri.app\/blog\/outlier-detection-methods-in-data-science\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/entri.app\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Entri Skilling\",\"item\":\"https:\/\/entri.app\/blog\/category\/entri-skilling\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Data Science and Machine Learning\",\"item\":\"https:\/\/entri.app\/blog\/category\/entri-skilling\/data-science-ml\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Outlier Detection Methods in Data Science [ Experts Guide]\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/entri.app\/blog\/#website\",\"url\":\"https:\/\/entri.app\/blog\/\",\"name\":\"Entri Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/entri.app\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/entri.app\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/entri.app\/blog\/#organization\",\"name\":\"Entri App\",\"url\":\"https:\/\/entri.app\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/entri.app\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2019\/10\/Entri-Logo-1.png\",\"contentUrl\":\"https:\/\/entri.app\/blog\/wp-content\/uploads\/2019\/10\/Entri-Logo-1.png\",\"width\":989,\"height\":446,\"caption\":\"Entri App\"},\"image\":{\"@id\":\"https:\/\/entri.app\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/entri.me\/\",\"https:\/\/x.com\/entri_app\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/entri.app\/blog\/#\/schema\/person\/8cc8d87d6cbc05e0ca8e6a1113a8b419\",\"name\":\"Famida\",\"description\":\"Famida is an experienced educator with over a decade of teaching experience, specializing in grades 8 to 12, business management (BBM), and electronics engineering. Holding a Master's degree in Electronics and Communication Engineering, she has also trained interns in IoT. For the past four years, Famida has been writing articles for Entri, focusing on exam preparation tips, question papers, and study plans. She also creates practice questions for the Entri app and provides support to users. Additionally, Famida's writing skills extend to parenting and personal blogs, as well as curriculum development.\",\"sameAs\":[\"https:\/\/amuslimpreschoolershome.blogspot.com\/\",\"https:\/\/www.linkedin.com\/in\/famida-ahamad-4736a856\/\"],\"url\":\"https:\/\/entri.app\/blog\/author\/famida\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Best Outliers Detection Methods in Data Science ( Experts Guide )","description":"Are you looking to know more about outliers? Let's understand outliers: how to identify them and find the best methods to detect outliers!","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:\/\/entri.app\/blog\/outlier-detection-methods-in-data-science\/","og_locale":"en_US","og_type":"article","og_title":"Best Outliers Detection Methods in Data Science ( Experts Guide )","og_description":"Are you looking to know more about outliers? Let's understand outliers: how to identify them and find the best methods to detect outliers!","og_url":"https:\/\/entri.app\/blog\/outlier-detection-methods-in-data-science\/","og_site_name":"Entri Blog","article_publisher":"https:\/\/www.facebook.com\/entri.me\/","article_published_time":"2024-03-24T08:04:51+00:00","article_modified_time":"2024-03-26T07:49:14+00:00","og_image":[{"width":820,"height":615,"url":"https:\/\/entri.app\/blog\/wp-content\/uploads\/2024\/03\/Outlier-Detection-Methods-in-Data-Science-Experts-Guide.png","type":"image\/png"}],"author":"Famida","twitter_card":"summary_large_image","twitter_creator":"@entri_app","twitter_site":"@entri_app","twitter_misc":{"Written by":"Famida","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/entri.app\/blog\/outlier-detection-methods-in-data-science\/#article","isPartOf":{"@id":"https:\/\/entri.app\/blog\/outlier-detection-methods-in-data-science\/"},"author":{"name":"Famida","@id":"https:\/\/entri.app\/blog\/#\/schema\/person\/8cc8d87d6cbc05e0ca8e6a1113a8b419"},"headline":"Outlier Detection Methods in Data Science [ Experts Guide]","datePublished":"2024-03-24T08:04:51+00:00","dateModified":"2024-03-26T07:49:14+00:00","mainEntityOfPage":{"@id":"https:\/\/entri.app\/blog\/outlier-detection-methods-in-data-science\/"},"wordCount":818,"publisher":{"@id":"https:\/\/entri.app\/blog\/#organization"},"image":{"@id":"https:\/\/entri.app\/blog\/outlier-detection-methods-in-data-science\/#primaryimage"},"thumbnailUrl":"https:\/\/entri.app\/blog\/wp-content\/uploads\/2024\/03\/Outlier-Detection-Methods-in-Data-Science-Experts-Guide.png","articleSection":["Articles","Coding","Data Science and Machine Learning","Entri Skilling"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/entri.app\/blog\/outlier-detection-methods-in-data-science\/","url":"https:\/\/entri.app\/blog\/outlier-detection-methods-in-data-science\/","name":"Best Outliers Detection Methods in Data Science ( Experts Guide )","isPartOf":{"@id":"https:\/\/entri.app\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/entri.app\/blog\/outlier-detection-methods-in-data-science\/#primaryimage"},"image":{"@id":"https:\/\/entri.app\/blog\/outlier-detection-methods-in-data-science\/#primaryimage"},"thumbnailUrl":"https:\/\/entri.app\/blog\/wp-content\/uploads\/2024\/03\/Outlier-Detection-Methods-in-Data-Science-Experts-Guide.png","datePublished":"2024-03-24T08:04:51+00:00","dateModified":"2024-03-26T07:49:14+00:00","description":"Are you looking to know more about outliers? Let's understand outliers: how to identify them and find the best methods to detect outliers!","breadcrumb":{"@id":"https:\/\/entri.app\/blog\/outlier-detection-methods-in-data-science\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/entri.app\/blog\/outlier-detection-methods-in-data-science\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/entri.app\/blog\/outlier-detection-methods-in-data-science\/#primaryimage","url":"https:\/\/entri.app\/blog\/wp-content\/uploads\/2024\/03\/Outlier-Detection-Methods-in-Data-Science-Experts-Guide.png","contentUrl":"https:\/\/entri.app\/blog\/wp-content\/uploads\/2024\/03\/Outlier-Detection-Methods-in-Data-Science-Experts-Guide.png","width":820,"height":615,"caption":"Outlier Detection Methods in Data Science [ Experts Guide]"},{"@type":"BreadcrumbList","@id":"https:\/\/entri.app\/blog\/outlier-detection-methods-in-data-science\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/entri.app\/blog\/"},{"@type":"ListItem","position":2,"name":"Entri Skilling","item":"https:\/\/entri.app\/blog\/category\/entri-skilling\/"},{"@type":"ListItem","position":3,"name":"Data Science and Machine Learning","item":"https:\/\/entri.app\/blog\/category\/entri-skilling\/data-science-ml\/"},{"@type":"ListItem","position":4,"name":"Outlier Detection Methods in Data Science [ Experts Guide]"}]},{"@type":"WebSite","@id":"https:\/\/entri.app\/blog\/#website","url":"https:\/\/entri.app\/blog\/","name":"Entri Blog","description":"","publisher":{"@id":"https:\/\/entri.app\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/entri.app\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/entri.app\/blog\/#organization","name":"Entri App","url":"https:\/\/entri.app\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/entri.app\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/entri.app\/blog\/wp-content\/uploads\/2019\/10\/Entri-Logo-1.png","contentUrl":"https:\/\/entri.app\/blog\/wp-content\/uploads\/2019\/10\/Entri-Logo-1.png","width":989,"height":446,"caption":"Entri App"},"image":{"@id":"https:\/\/entri.app\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/entri.me\/","https:\/\/x.com\/entri_app"]},{"@type":"Person","@id":"https:\/\/entri.app\/blog\/#\/schema\/person\/8cc8d87d6cbc05e0ca8e6a1113a8b419","name":"Famida","description":"Famida is an experienced educator with over a decade of teaching experience, specializing in grades 8 to 12, business management (BBM), and electronics engineering. Holding a Master's degree in Electronics and Communication Engineering, she has also trained interns in IoT. For the past four years, Famida has been writing articles for Entri, focusing on exam preparation tips, question papers, and study plans. She also creates practice questions for the Entri app and provides support to users. Additionally, Famida's writing skills extend to parenting and personal blogs, as well as curriculum development.","sameAs":["https:\/\/amuslimpreschoolershome.blogspot.com\/","https:\/\/www.linkedin.com\/in\/famida-ahamad-4736a856\/"],"url":"https:\/\/entri.app\/blog\/author\/famida\/"}]}},"_links":{"self":[{"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/posts\/25579433","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/users\/42"}],"replies":[{"embeddable":true,"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/comments?post=25579433"}],"version-history":[{"count":3,"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/posts\/25579433\/revisions"}],"predecessor-version":[{"id":25579732,"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/posts\/25579433\/revisions\/25579732"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/media\/25579434"}],"wp:attachment":[{"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/media?parent=25579433"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/categories?post=25579433"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/entri.app\/blog\/wp-json\/wp\/v2\/tags?post=25579433"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}