{"id":516498,"date":"2022-07-22T10:29:21","date_gmt":"2022-07-22T09:29:21","guid":{"rendered":"https:\/\/www.devoteam.com\/expert-view\/what-is-automl\/"},"modified":"2022-07-22T10:29:21","modified_gmt":"2022-07-22T09:29:21","slug":"what-is-automl","status":"publish","type":"expert-view","link":"https:\/\/devoteam.info\/lu\/expert-view\/what-is-automl\/","title":{"rendered":"What is AutoML?"},"content":{"rendered":"\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/dataDriven.jpg\" alt=\"\" class=\"wp-image-12918\"\/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">An idea that has been around since the 1990s, <a href=\"https:\/\/www.automl.org\/\" target=\"_blank\" rel=\"noreferrer noopener\">AutoML<\/a> &#8211; Automated Machine Learning &#8211; has been described as a &#8220;quiet revolution in AI&#8221; that is poised to radically change the landscape of <a href=\"https:\/\/devoteam.info\/lu\/news-and-pr\/techradar-devoteam-2nd-edition\/data-driven-intelligence\/\" target=\"_blank\" rel=\"noreferrer noopener\">Data Science<\/a> by automating much of the Machine Learning (ML) process at scale, while maintaining model quality. AutoML should also reduce the time needed to get ML models ready for industrialization with extraordinary ease and efficiency. Academic researchers, start-ups and technology giants have begun to develop AutoML methods and tools ranging from simple open source prototypes to industry-wide software products.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There are two main reasons for the birth of AutoML. Deep Learning (DL) has been applied in various fields and used to solve many challenging AI tasks. However, these models have all been designed manually by experts via a trial and error process. In addition, traditional ML development is resource intensive, requiring significant domain knowledge and time to produce and compare dozens of models.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-left\" id=\"h-how-does-automl-work\">How does AutoML work?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The AutoML pipeline consists of several processes: data preparation, feature engineering, model generation and model evaluation. Let&#8217;s take a look at each of these processes in more detail. <\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-1-data-preparation\">1. Data Preparation<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The first step can be introduced in three aspects. Data collection to create a new dataset or extend the existing dataset. Data cleaning to filter the data so that the downstream model training is not compromised. Data augmentation to improve the robustness and performance of the model.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-2-feature-engineering\">2. Feature Engineering<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Feature engineering aims at maximizing the extraction of features from raw data for use by algorithms and models. It includes three processes: selection, extraction and construction of features. Selection to reduce redundancy by selecting important features. Extraction and construction are variants of feature transformation, whereby a new set of features is created. In most cases, extraction aims to reduce dimensionality by applying specific features, while construction is used to extend the original spaces.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-3-model-generation\">3. Model generation<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Model generation is divided into two parts: search space and optimization methods. The search space defines the model structures that can be designed and optimized in principle. The types of models can be broadly divided into two categories: traditional ML models (such as the support vector machine and the k-nearest neighbour algorithm) and DL networks. There are two types of parameters for optimization methods: hyperparameters used for training, such as the learning rate, and those used for model design, such as the filter size and the number of layers in the DL model.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-4-model-evaluation\">4. Model Evaluation<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Once a model is generated, its performance must be evaluated. The simplest approach is to train the model to converge on the training set and then estimate the model&#8217;s performance on the validation set; however, this method is time-consuming and resource intensive. Some advanced automatic methods can speed up the evaluation process, but lose accuracy in the process, such as low fidelity, weight sharing, early stopping, etc.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-left\" id=\"h-what-are-the-advantages-of-automl\"><strong>What are the advantages of AutoML?<\/strong><\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Efficiency<\/strong>: it speeds up and simplifies the machine learning process and reduces the learning time of machine learning models;<\/li>\n\n\n\n<li><strong>Performance:<\/strong> AutoML algorithms also tend to be more efficient than hand-coded models;<\/li>\n\n\n\n<li><strong>Cost savings:<\/strong> having a faster, more efficient ML process means that a company can save money by spending less of its budget on maintaining that process;<\/li>\n\n\n\n<li><strong>Democratization of ML<\/strong>: You don&#8217;t need advanced knowledge of data science or AI to use AutoML either. However, the use of AutoML must be adapted to the context. Some situations require human intervention to choose the most appropriate programming approach.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-left\" id=\"h-what-are-the-drawbacks-of-automl\"><strong>What are the drawbacks of AutoML?<\/strong><\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Black box:<\/strong> the main drawback of AutoML is the black box effect. The user has very little information about how the pipeline works and the different choices made in the different pipeline components;<\/li>\n\n\n\n<li><strong>Not generic:<\/strong> this is a relatively new field and some of the most popular tools are not yet fully developed. In addition, AutoML solutions are not adapted to very complex business problems;<\/li>\n\n\n\n<li><strong>Overrated:<\/strong> one of the main challenges of AutoML is the temptation to consider it as a substitute for human knowledge. A human should still be involved in evaluating and supervising the model, but no longer needs to participate in the step-by-step ML process.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-left\" id=\"h-what-are-the-different-automl-technologies\"><strong>What are the different AutoML technologies?<\/strong><\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Research in <a href=\"https:\/\/en.wikipedia.org\/wiki\/Automated_machine_learning\" target=\"_blank\" rel=\"noreferrer noopener\">AutoML<\/a> is very diverse and has brought up packages and methods targeted at both researchers and end users. Here are some of the top technologies to consider in both of those areas:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">DataRobot<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/www.datarobot.com\/\" target=\"_blank\" rel=\"noreferrer noopener\">DataRobot<\/a> is probably the best-known commercial solution for AutoML and one of the unicorns in the AI space. It provides the main functionalities required in an AutoML solution.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">H2O.ai<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/h2o.ai\/\" target=\"_blank\" rel=\"noreferrer noopener\">H20.ai<\/a> defines its platform as &#8220;the open source leader in AI and Machine Learning with a mission to democratize AI for everyone.&#8221; It offers an AutoML package as part of its open-source platform. <\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Dataiku<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">This AutoML technology integrated with Dataiku&#8217;s Data Science studio offers a code visualization system to better understand the chosen architecture and interpret the results obtained.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Google Cloud AutoML<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/devoteam.info\/lu\/join-us\/google-cloud-4\/\" target=\"_blank\" rel=\"noreferrer noopener\">Google<\/a> has developed a suite of ML products that allows even developers with little knowledge of ML to train high-quality models tailored to their specific needs.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Azure Automated ML&nbsp;<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The approach combines collaborative filtering and <a href=\"https:\/\/en.wikipedia.org\/wiki\/Bayesian_optimization#:~:text=Bayesian%20optimization%20is%20a%20sequential,expensive%2Dto%2Devaluate%20functions.\" target=\"_blank\" rel=\"noreferrer noopener\">Bayesian<\/a> optimization ideas to intelligently and efficiently search a vast space of possible ML pipelines.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">AWS AutoML<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/devoteam.info\/lu\/aws\/\" target=\"_blank\" rel=\"noreferrer noopener\">AWS<\/a> offers a range of AutoML solutions for all levels of expertise for ML practitioners looking for an open source solution and for data scientists who prefer a fully managed service that automatically creates models based on the use case. Developers or business users with no ML experience can take advantage of out-of-the-box solutions for specific use cases.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-text-align-left\" id=\"h-take-part-in-the-devoteam-community\">Take part in the Devoteam community <\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">This article is a part of a greater series centred around the technologies and themes found within the first edition of the Devoteam TechRadar. To see what our community of tech leaders said about the current position of AutoML in the market, take a look at the most recent edition of the&nbsp;<a href=\"https:\/\/devoteam.info\/techradar\/\">Devoteam TechRadar<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<div class=\"wp-block-columns alignfull is-layout-flex wp-container-core-columns-is-layout-4b1fd674 wp-block-columns-is-layout-flex\" style=\"margin-top:var(--wp--preset--spacing--medium);margin-bottom:var(--wp--preset--spacing--medium)\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-container-core-column-is-layout-969dc29d wp-block-column-is-layout-flow\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;flex-basis:100%\">\n<div class=\"wp-block-cover is-light\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim\" style=\"background-color:#8476bb\"><\/span><img decoding=\"async\" class=\"wp-block-cover__image-background wp-image-8279\" alt=\"\" src=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/digital-solutions.jpg\" data-object-fit=\"cover\"\/><div class=\"wp-block-cover__inner-container has-global-padding is-layout-constrained wp-block-cover-is-layout-constrained\">\n<p class=\"has-text-align-center has-large-font-size wp-block-paragraph\"><\/p>\n<\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-stretch has-gray-light-background-color has-background is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n<div class=\"wp-block-group has-main-color has-gray-light-background-color has-text-color has-background has-link-color wp-elements-1 is-layout-flow wp-container-core-group-is-layout-23162e80 wp-block-group-is-layout-flow\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--medium);padding-right:var(--wp--preset--spacing--large);padding-bottom:var(--wp--preset--spacing--medium);padding-left:var(--wp--preset--spacing--large)\">\n<div class=\"wp-block-group is-vertical is-content-justification-left is-layout-flex wp-container-core-group-is-layout-4a15ae55 wp-block-group-is-layout-flex\" style=\"min-height:0px\">\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"has-text-align-left has-main-color has-text-color has-medium-font-size wp-container-content-42c95ffb wp-block-paragraph\">Want to learn more about AutoML?<\/p>\n\n\n\n<p class=\"has-text-align-left has-main-color has-text-color has-link-color has-base-font-size wp-elements-2 wp-block-paragraph\">Check out TechRadar by Devoteam to see what our experts say about its viability in the market.<\/p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-left is-layout-flex wp-container-core-buttons-is-layout-5446dffb wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/devoteam.info\/techradar-emerging-technologies-2024\/\">Discover more<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>An idea that has been around since the 1990s, AutoML &#8211; Automated Machine Learning &#8211; has been described as a &#8220;quiet revolution in AI&#8221; that is poised to radically change the landscape of Data Science by automating much of the Machine Learning (ML) process at scale, while maintaining model quality. AutoML should also reduce the [&hellip;]<\/p>\n","protected":false},"featured_media":0,"template":"","categories":[1632],"tags":[],"industry":[1113],"class_list":["post-516498","expert-view","type-expert-view","status-publish","hentry","category-data","industry-technology-lu"],"acf":[],"cards":"\n\t<div class=\"single-post-card\">\n\n\t\t\n\n\t\t\n\t\t<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-43282307 wp-block-group-is-layout-flex\">\n\t<p style=\"font-style:normal;font-weight:700\" class=\"has-link-color wp-elements-4 wp-block-lp-post-type has-text-color has-primary-color has-small-font-size\">Expert View<\/p>\n\n\t\t\n\t\t<h3 style=\"font-style:normal;font-weight:400\" class=\"wp-block-post-title has-base-font-size\"><a href=\"https:\/\/devoteam.info\/lu\/expert-view\/what-is-automl\/\" target=\"_self\" >What is AutoML?<\/a><\/h3><\/div>\n\t\t\n\t<\/div>\n\n","yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v28.4 (Yoast SEO v28.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>What is AutoML? | Devoteam<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/devoteam.info\/lu\/expert-view\/what-is-automl\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What is AutoML?\" \/>\n<meta property=\"og:description\" content=\"An idea that has been around since the 1990s, AutoML &#8211; Automated Machine Learning &#8211; has been described as a &#8220;quiet revolution in AI&#8221; that is poised to radically change the landscape of Data Science by automating much of the Machine Learning (ML) process at scale, while maintaining model quality. AutoML should also reduce the [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/devoteam.info\/lu\/expert-view\/what-is-automl\/\" \/>\n<meta property=\"og:site_name\" content=\"Devoteam\" \/>\n<meta property=\"og:image\" content=\"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/08\/IMG_9622-Group-scaled-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"1094\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/lu\\\/expert-view\\\/what-is-automl\\\/\",\"url\":\"https:\\\/\\\/devoteam.info\\\/lu\\\/expert-view\\\/what-is-automl\\\/\",\"name\":\"What is AutoML? | Devoteam\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/lu\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/lu\\\/expert-view\\\/what-is-automl\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/lu\\\/expert-view\\\/what-is-automl\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/devoteam.info\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/dataDriven.jpg\",\"datePublished\":\"2022-07-22T09:29:21+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/devoteam.info\\\/lu\\\/expert-view\\\/what-is-automl\\\/#breadcrumb\"},\"inLanguage\":\"en-LU\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/devoteam.info\\\/lu\\\/expert-view\\\/what-is-automl\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-LU\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/lu\\\/expert-view\\\/what-is-automl\\\/#primaryimage\",\"url\":\"https:\\\/\\\/devoteam.info\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/dataDriven.jpg\",\"contentUrl\":\"https:\\\/\\\/devoteam.info\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/dataDriven.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/lu\\\/expert-view\\\/what-is-automl\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/devoteam.info\\\/lu\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Expert View\",\"item\":\"https:\\\/\\\/devoteam.info\\\/lu\\\/expert-view\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"What is AutoML?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/devoteam.info\\\/lu\\\/#website\",\"url\":\"https:\\\/\\\/devoteam.info\\\/lu\\\/\",\"name\":\"Devoteam\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/devoteam.info\\\/lu\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-LU\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"What is AutoML? | Devoteam","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:\/\/devoteam.info\/lu\/expert-view\/what-is-automl\/","og_locale":"en_US","og_type":"article","og_title":"What is AutoML?","og_description":"An idea that has been around since the 1990s, AutoML &#8211; Automated Machine Learning &#8211; has been described as a &#8220;quiet revolution in AI&#8221; that is poised to radically change the landscape of Data Science by automating much of the Machine Learning (ML) process at scale, while maintaining model quality. AutoML should also reduce the [&hellip;]","og_url":"https:\/\/devoteam.info\/lu\/expert-view\/what-is-automl\/","og_site_name":"Devoteam","og_image":[{"width":1920,"height":1094,"url":"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/08\/IMG_9622-Group-scaled-1.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/devoteam.info\/lu\/expert-view\/what-is-automl\/","url":"https:\/\/devoteam.info\/lu\/expert-view\/what-is-automl\/","name":"What is AutoML? | Devoteam","isPartOf":{"@id":"https:\/\/devoteam.info\/lu\/#website"},"primaryImageOfPage":{"@id":"https:\/\/devoteam.info\/lu\/expert-view\/what-is-automl\/#primaryimage"},"image":{"@id":"https:\/\/devoteam.info\/lu\/expert-view\/what-is-automl\/#primaryimage"},"thumbnailUrl":"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/dataDriven.jpg","datePublished":"2022-07-22T09:29:21+00:00","breadcrumb":{"@id":"https:\/\/devoteam.info\/lu\/expert-view\/what-is-automl\/#breadcrumb"},"inLanguage":"en-LU","potentialAction":[{"@type":"ReadAction","target":["https:\/\/devoteam.info\/lu\/expert-view\/what-is-automl\/"]}]},{"@type":"ImageObject","inLanguage":"en-LU","@id":"https:\/\/devoteam.info\/lu\/expert-view\/what-is-automl\/#primaryimage","url":"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/dataDriven.jpg","contentUrl":"https:\/\/devoteam.info\/wp-content\/uploads\/2024\/09\/dataDriven.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/devoteam.info\/lu\/expert-view\/what-is-automl\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/devoteam.info\/lu\/"},{"@type":"ListItem","position":2,"name":"Expert View","item":"https:\/\/devoteam.info\/lu\/expert-view\/"},{"@type":"ListItem","position":3,"name":"What is AutoML?"}]},{"@type":"WebSite","@id":"https:\/\/devoteam.info\/lu\/#website","url":"https:\/\/devoteam.info\/lu\/","name":"Devoteam","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/devoteam.info\/lu\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-LU"}]}},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"Julien Pawlowski","author_link":"https:\/\/devoteam.info\/lu\/author\/"},"uagb_comment_info":0,"uagb_excerpt":"An idea that has been around since the 1990s, AutoML &#8211; Automated Machine Learning &#8211; has been described as a &#8220;quiet revolution in AI&#8221; that is poised to radically change the landscape of Data Science by automating much of the Machine Learning (ML) process at scale, while maintaining model quality. AutoML should also reduce the&hellip;","_links":{"self":[{"href":"https:\/\/devoteam.info\/lu\/wp-json\/wp\/v2\/expert-view\/516498","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/devoteam.info\/lu\/wp-json\/wp\/v2\/expert-view"}],"about":[{"href":"https:\/\/devoteam.info\/lu\/wp-json\/wp\/v2\/types\/expert-view"}],"version-history":[{"count":0,"href":"https:\/\/devoteam.info\/lu\/wp-json\/wp\/v2\/expert-view\/516498\/revisions"}],"wp:attachment":[{"href":"https:\/\/devoteam.info\/lu\/wp-json\/wp\/v2\/media?parent=516498"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/devoteam.info\/lu\/wp-json\/wp\/v2\/categories?post=516498"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/devoteam.info\/lu\/wp-json\/wp\/v2\/tags?post=516498"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/devoteam.info\/lu\/wp-json\/wp\/v2\/industry?post=516498"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}