{"id":10615,"date":"2021-07-12T11:11:47","date_gmt":"2021-07-12T05:41:47","guid":{"rendered":"http:\/\/ivyproschool.com\/blog\/?p=10615"},"modified":"2021-07-12T13:07:08","modified_gmt":"2021-07-12T07:37:08","slug":"website-adclick-case-study-with-logistic-regression-in-python","status":"publish","type":"post","link":"https:\/\/ivyproschool.com\/blog\/website-adclick-case-study-with-logistic-regression-in-python\/","title":{"rendered":"Website Adclick Case Study with Logistic Regression in Python"},"content":{"rendered":"<h2><b>Overview<\/b><\/h2>\n<ul>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">Logistic Regression is a popular classification algorithm used to predict a binary outcome.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">In this case study, get an introduction to logistic regression without relying on Python\u2019s sci-kit library.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">There are various metrics to evaluate a logistic regression model, such as confusion matrix, AUC-ROC curve, etc.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">In this notebook, we aim to create a Logistic Regression without the help of in-built Logistic Regression libraries.<\/span><\/li>\n<li style=\"font-weight: 400;\" aria-level=\"1\"><span style=\"font-weight: 400;\">This will help to fully understand how Logistic Regression works in the backend.<\/span><\/li>\n<\/ul>\n<h2><b>Introduction<\/b><\/h2>\n<p><span style=\"font-weight: 400;\">Logistic regression is a regression analysis that predicts the probability of an outcome that can only have two values. Under a given set of conditions, one can make every <a href=\"https:\/\/www.sas.com\/en_in\/insights\/analytics\/machine-learning.html\" rel=\"noopener noreferrer\" target=\"_blank\">machine learning<\/a> algorithm work properly. It is important to ensure that the algorithm fits the assumptions\/requirements which make way for superior performance. However, there are certain limitations: <\/span><i><span style=\"font-weight: 400;\">One cannot use linear regression on a categorical dependent variable because one will get<strong> extremely low adjusted R\u00b2 and F statistic values.<\/strong><\/span><\/i> <span style=\"font-weight: 400;\">However, in such situations, one should try using algorithms such as Logistic Regression, Decision Trees, SVM, Random Forest, etc.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">With this case study by one of our students, <a href=\"https:\/\/ivyproschool.com\/\" rel=\"noopener noreferrer\" target=\"_blank\">Ivy Professional School<\/a> aims at providing practical knowledge about data science. In this post, we will learn about a <\/span>case study of an<b> \u2018Ad-Click Project.\u2019<\/b><span style=\"font-weight: 400;\"> Python codes are implemented in this case study which aims at using the website data of customers. Furthermore, this case study aims to understand which customer will click on the advertisement. By the end of this section, we will make predictions using the &#8220;home-made&#8221; Logistic Regression.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">With this post, Ivy Professional School aims to provide useful knowledge on Logistic Regression. After you\u2019ve mastered linear regression, this comes as the natural following step in your journey. It\u2019s also easy to learn and implement, but you must know the science behind this algorithm. Find the <a href=\"https:\/\/ivyproschool.com\/blog\/wp-content\/uploads\/2021\/06\/Website_AdClicked_Logistic-Regression_IvyProfessionalSchool.pdf\" target=\"_blank\" rel=\"noopener noreferrer\">case study here<\/a>\u00a0and the coding file on Ivy Professional School&#8217;s <a href=\"https:\/\/github.com\/IvyProfessionalSchool\/Website-Adclick-Case-Study\/tree\/main\" target=\"_blank\" rel=\"noopener noreferrer\">GitHub account<\/a>.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Overview Logistic Regression is a popular classification algorithm used to predict a binary outcome. In this case study, get an introduction to logistic regression without relying on Python\u2019s sci-kit library. There are various metrics to evaluate a logistic regression model, such as confusion matrix, AUC-ROC curve, etc. In this notebook, we aim to create a Logistic Regression without the help of in-built Logistic Regression libraries. This will help to fully understand how Logistic Regression works in the backend. Introduction Logistic regression is a regression analysis that predicts the probability of an outcome that can only have two values. Under a given set of conditions, one can make every machine learning algorithm work properly. It is important to ensure that the algorithm fits the assumptions\/requirements which make way for superior performance. However, there are certain limitations: One cannot use linear regression on a categorical dependent variable because one will get extremely low adjusted R\u00b2 and F statistic values. However, in such situations, one should try using algorithms such as Logistic Regression, Decision Trees, SVM, Random Forest, etc. With this case study by one of our students, Ivy Professional School aims at providing practical knowledge about data science. In this post, we [&hellip;]<\/p>\n","protected":false},"author":1001944,"featured_media":10865,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[851,5,715],"tags":[56,230,467,115,504,716],"class_list":["post-10615","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-business-analytics","category-data-analytics","category-machine-learning-ai","tag-big-data-analytics","tag-data-analytics","tag-data-science","tag-data-scientist","tag-machine-learning","tag-python"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Website Adclick Case Study with Logistic Regression in Python | Ivy Pro<\/title>\n<meta name=\"description\" content=\"Learn about Website Adclick Study with Logistic Regression in Python. Python codes are implemented in &#039;AdClick&#039; case study. Read More to Know\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ivyproschool.com\/blog\/website-adclick-case-study-with-logistic-regression-in-python\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Website Adclick Case Study with Logistic Regression in Python | Ivy Pro\" \/>\n<meta property=\"og:description\" content=\"Learn about Website Adclick Study with Logistic Regression in Python. Python codes are implemented in &#039;AdClick&#039; case study. Read More to Know\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ivyproschool.com\/blog\/website-adclick-case-study-with-logistic-regression-in-python\/\" \/>\n<meta property=\"og:site_name\" content=\"R vs Python: Which Analytics Tool Should You Choose for Data Science?\" \/>\n<meta property=\"article:published_time\" content=\"2021-07-12T05:41:47+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-07-12T07:37:08+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ivyproschool.com\/blog\/wp-content\/uploads\/2021\/07\/Website-Adclick-Case-Study.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Anubinda\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Anubinda\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/ivyproschool.com\\\/blog\\\/website-adclick-case-study-with-logistic-regression-in-python\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ivyproschool.com\\\/blog\\\/website-adclick-case-study-with-logistic-regression-in-python\\\/\"},\"author\":{\"name\":\"Anubinda\",\"@id\":\"https:\\\/\\\/ivyproschool.com\\\/blog\\\/#\\\/schema\\\/person\\\/2bc5b4bcba5e1696d75ce6924ed8ff13\"},\"headline\":\"Website Adclick Case Study with Logistic Regression in Python\",\"datePublished\":\"2021-07-12T05:41:47+00:00\",\"dateModified\":\"2021-07-12T07:37:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/ivyproschool.com\\\/blog\\\/website-adclick-case-study-with-logistic-regression-in-python\\\/\"},\"wordCount\":330,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/ivyproschool.com\\\/blog\\\/website-adclick-case-study-with-logistic-regression-in-python\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/ivyproschool.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/07\\\/Website-Adclick-Case-Study.jpg\",\"keywords\":[\"Big Data analytics\",\"data analytics\",\"data science\",\"data scientist\",\"machine learning\",\"python\"],\"articleSection\":[\"Business Analytics\",\"Data Analytics\",\"Machine Learning &amp; AI\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/ivyproschool.com\\\/blog\\\/website-adclick-case-study-with-logistic-regression-in-python\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/ivyproschool.com\\\/blog\\\/website-adclick-case-study-with-logistic-regression-in-python\\\/\",\"url\":\"https:\\\/\\\/ivyproschool.com\\\/blog\\\/website-adclick-case-study-with-logistic-regression-in-python\\\/\",\"name\":\"Website Adclick Case Study with Logistic Regression in Python | Ivy Pro\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ivyproschool.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/ivyproschool.com\\\/blog\\\/website-adclick-case-study-with-logistic-regression-in-python\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/ivyproschool.com\\\/blog\\\/website-adclick-case-study-with-logistic-regression-in-python\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/ivyproschool.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/07\\\/Website-Adclick-Case-Study.jpg\",\"datePublished\":\"2021-07-12T05:41:47+00:00\",\"dateModified\":\"2021-07-12T07:37:08+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/ivyproschool.com\\\/blog\\\/#\\\/schema\\\/person\\\/2bc5b4bcba5e1696d75ce6924ed8ff13\"},\"description\":\"Learn about Website Adclick Study with Logistic Regression in Python. Python codes are implemented in 'AdClick' case study. Read More to Know\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ivyproschool.com\\\/blog\\\/website-adclick-case-study-with-logistic-regression-in-python\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/ivyproschool.com\\\/blog\\\/website-adclick-case-study-with-logistic-regression-in-python\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/ivyproschool.com\\\/blog\\\/website-adclick-case-study-with-logistic-regression-in-python\\\/#primaryimage\",\"url\":\"https:\\\/\\\/ivyproschool.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/07\\\/Website-Adclick-Case-Study.jpg\",\"contentUrl\":\"https:\\\/\\\/ivyproschool.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/07\\\/Website-Adclick-Case-Study.jpg\",\"width\":1920,\"height\":1080,\"caption\":\"Adclick Case Study - Ivy Pro School\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ivyproschool.com\\\/blog\\\/website-adclick-case-study-with-logistic-regression-in-python\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/ivyproschool.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Website Adclick Case Study with Logistic Regression in Python\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ivyproschool.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/ivyproschool.com\\\/blog\\\/\",\"name\":\"Ivy Professional School | Official Blog\",\"description\":\"Confused between R and Python for your data science journey? Discover the key differences in data visualization, handling capabilities, speed, and ease of learning.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/ivyproschool.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/ivyproschool.com\\\/blog\\\/#\\\/schema\\\/person\\\/2bc5b4bcba5e1696d75ce6924ed8ff13\",\"name\":\"Anubinda\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2feb5b53215dd696c5aa800e5d4491f5402ef5f8647b9a2a6b9fe300a5885e9d?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2feb5b53215dd696c5aa800e5d4491f5402ef5f8647b9a2a6b9fe300a5885e9d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2feb5b53215dd696c5aa800e5d4491f5402ef5f8647b9a2a6b9fe300a5885e9d?s=96&d=mm&r=g\",\"caption\":\"Anubinda\"},\"url\":\"https:\\\/\\\/ivyproschool.com\\\/blog\\\/author\\\/anubinda\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Website Adclick Case Study with Logistic Regression in Python | Ivy Pro","description":"Learn about Website Adclick Study with Logistic Regression in Python. Python codes are implemented in 'AdClick' case study. Read More to Know","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:\/\/ivyproschool.com\/blog\/website-adclick-case-study-with-logistic-regression-in-python\/","og_locale":"en_US","og_type":"article","og_title":"Website Adclick Case Study with Logistic Regression in Python | Ivy Pro","og_description":"Learn about Website Adclick Study with Logistic Regression in Python. Python codes are implemented in 'AdClick' case study. Read More to Know","og_url":"https:\/\/ivyproschool.com\/blog\/website-adclick-case-study-with-logistic-regression-in-python\/","og_site_name":"R vs Python: Which Analytics Tool Should You Choose for Data Science?","article_published_time":"2021-07-12T05:41:47+00:00","article_modified_time":"2021-07-12T07:37:08+00:00","og_image":[{"width":1920,"height":1080,"url":"https:\/\/ivyproschool.com\/blog\/wp-content\/uploads\/2021\/07\/Website-Adclick-Case-Study.jpg","type":"image\/jpeg"}],"author":"Anubinda","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Anubinda","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/ivyproschool.com\/blog\/website-adclick-case-study-with-logistic-regression-in-python\/#article","isPartOf":{"@id":"https:\/\/ivyproschool.com\/blog\/website-adclick-case-study-with-logistic-regression-in-python\/"},"author":{"name":"Anubinda","@id":"https:\/\/ivyproschool.com\/blog\/#\/schema\/person\/2bc5b4bcba5e1696d75ce6924ed8ff13"},"headline":"Website Adclick Case Study with Logistic Regression in Python","datePublished":"2021-07-12T05:41:47+00:00","dateModified":"2021-07-12T07:37:08+00:00","mainEntityOfPage":{"@id":"https:\/\/ivyproschool.com\/blog\/website-adclick-case-study-with-logistic-regression-in-python\/"},"wordCount":330,"commentCount":0,"image":{"@id":"https:\/\/ivyproschool.com\/blog\/website-adclick-case-study-with-logistic-regression-in-python\/#primaryimage"},"thumbnailUrl":"https:\/\/ivyproschool.com\/blog\/wp-content\/uploads\/2021\/07\/Website-Adclick-Case-Study.jpg","keywords":["Big Data analytics","data analytics","data science","data scientist","machine learning","python"],"articleSection":["Business Analytics","Data Analytics","Machine Learning &amp; AI"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/ivyproschool.com\/blog\/website-adclick-case-study-with-logistic-regression-in-python\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/ivyproschool.com\/blog\/website-adclick-case-study-with-logistic-regression-in-python\/","url":"https:\/\/ivyproschool.com\/blog\/website-adclick-case-study-with-logistic-regression-in-python\/","name":"Website Adclick Case Study with Logistic Regression in Python | Ivy Pro","isPartOf":{"@id":"https:\/\/ivyproschool.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ivyproschool.com\/blog\/website-adclick-case-study-with-logistic-regression-in-python\/#primaryimage"},"image":{"@id":"https:\/\/ivyproschool.com\/blog\/website-adclick-case-study-with-logistic-regression-in-python\/#primaryimage"},"thumbnailUrl":"https:\/\/ivyproschool.com\/blog\/wp-content\/uploads\/2021\/07\/Website-Adclick-Case-Study.jpg","datePublished":"2021-07-12T05:41:47+00:00","dateModified":"2021-07-12T07:37:08+00:00","author":{"@id":"https:\/\/ivyproschool.com\/blog\/#\/schema\/person\/2bc5b4bcba5e1696d75ce6924ed8ff13"},"description":"Learn about Website Adclick Study with Logistic Regression in Python. Python codes are implemented in 'AdClick' case study. Read More to Know","breadcrumb":{"@id":"https:\/\/ivyproschool.com\/blog\/website-adclick-case-study-with-logistic-regression-in-python\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ivyproschool.com\/blog\/website-adclick-case-study-with-logistic-regression-in-python\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ivyproschool.com\/blog\/website-adclick-case-study-with-logistic-regression-in-python\/#primaryimage","url":"https:\/\/ivyproschool.com\/blog\/wp-content\/uploads\/2021\/07\/Website-Adclick-Case-Study.jpg","contentUrl":"https:\/\/ivyproschool.com\/blog\/wp-content\/uploads\/2021\/07\/Website-Adclick-Case-Study.jpg","width":1920,"height":1080,"caption":"Adclick Case Study - Ivy Pro School"},{"@type":"BreadcrumbList","@id":"https:\/\/ivyproschool.com\/blog\/website-adclick-case-study-with-logistic-regression-in-python\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ivyproschool.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Website Adclick Case Study with Logistic Regression in Python"}]},{"@type":"WebSite","@id":"https:\/\/ivyproschool.com\/blog\/#website","url":"https:\/\/ivyproschool.com\/blog\/","name":"Ivy Professional School | Official Blog","description":"Confused between R and Python for your data science journey? Discover the key differences in data visualization, handling capabilities, speed, and ease of learning.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ivyproschool.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/ivyproschool.com\/blog\/#\/schema\/person\/2bc5b4bcba5e1696d75ce6924ed8ff13","name":"Anubinda","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/2feb5b53215dd696c5aa800e5d4491f5402ef5f8647b9a2a6b9fe300a5885e9d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/2feb5b53215dd696c5aa800e5d4491f5402ef5f8647b9a2a6b9fe300a5885e9d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2feb5b53215dd696c5aa800e5d4491f5402ef5f8647b9a2a6b9fe300a5885e9d?s=96&d=mm&r=g","caption":"Anubinda"},"url":"https:\/\/ivyproschool.com\/blog\/author\/anubinda\/"}]}},"_links":{"self":[{"href":"https:\/\/ivyproschool.com\/blog\/wp-json\/wp\/v2\/posts\/10615","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ivyproschool.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ivyproschool.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ivyproschool.com\/blog\/wp-json\/wp\/v2\/users\/1001944"}],"replies":[{"embeddable":true,"href":"https:\/\/ivyproschool.com\/blog\/wp-json\/wp\/v2\/comments?post=10615"}],"version-history":[{"count":12,"href":"https:\/\/ivyproschool.com\/blog\/wp-json\/wp\/v2\/posts\/10615\/revisions"}],"predecessor-version":[{"id":10863,"href":"https:\/\/ivyproschool.com\/blog\/wp-json\/wp\/v2\/posts\/10615\/revisions\/10863"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ivyproschool.com\/blog\/wp-json\/wp\/v2\/media\/10865"}],"wp:attachment":[{"href":"https:\/\/ivyproschool.com\/blog\/wp-json\/wp\/v2\/media?parent=10615"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ivyproschool.com\/blog\/wp-json\/wp\/v2\/categories?post=10615"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ivyproschool.com\/blog\/wp-json\/wp\/v2\/tags?post=10615"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}