{"id":28591,"date":"2022-10-13T15:44:21","date_gmt":"2022-10-13T13:44:21","guid":{"rendered":"https:\/\/decidesoluciones.es\/?p=28591"},"modified":"2022-11-15T12:12:42","modified_gmt":"2022-11-15T11:12:42","slug":"architecture-exploiting-forecasting-models-cloud","status":"publish","type":"post","link":"https:\/\/decidesoluciones.es\/en\/architecture-exploiting-forecasting-models-cloud\/","title":{"rendered":"Architecture for exploiting forecasting models in a cloud environment"},"content":{"rendered":"\n<p><strong>Predictive models<\/strong> are those that analyze the historical data available and identify patterns, making forecasts and predictions that help you make better decisions. They can be used, for example, to predict the demand, identify fraudulent activities, detect equipment failures before they happen, or anticipate potential risks. Capabilities that bring great business value to companies in today&#8217;s uncertain and competitive environment.<\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>In order to find meaningful patterns and provide a differential value, these models need to analyze a large volume of historical data. Usually these data come from different sources, are in different formats and have different weights. That is why first of all it is important to have a <strong>good data ingestion infrastructure and process <\/strong>(importing data files from multiple sources into a single storage system).<\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Predictive models must be trained with data before predictions can be made. This requires an agile <strong>training and model registration<\/strong> environment capable of re-training models frequently and quickly. Once we have the models we must <strong>evaluate their quality before uploading them to production<\/strong>.<\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/decidesoluciones.es\/wp-content\/uploads\/2022\/10\/Imagen1.png\" alt=\"\" class=\"wp-image-28592\" width=\"760\" height=\"163\" srcset=\"https:\/\/decidesoluciones.es\/wp-content\/uploads\/2022\/10\/Imagen1.png 1519w, https:\/\/decidesoluciones.es\/wp-content\/uploads\/2022\/10\/Imagen1-300x64.png 300w, https:\/\/decidesoluciones.es\/wp-content\/uploads\/2022\/10\/Imagen1-1024x220.png 1024w, https:\/\/decidesoluciones.es\/wp-content\/uploads\/2022\/10\/Imagen1-768x165.png 768w\" sizes=\"auto, (max-width: 760px) 100vw, 760px\" \/><\/figure><\/div>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>After uploading them to production, the models are executed and the predictions obtained are stored. These predictions can be exploited in Business Intelligence tools in which the client can easily visualize the information through dashboards.<\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Taking into account that in this type of projects (creation, training and implementation of predictive models) usually work several profiles on the client side, IT operations and development teams, having a cloud architecture can be very helpful. Using <strong>cloud tools or virtual machines<\/strong> improves work agility regardless of the <a href=\"https:\/\/decidesoluciones.es\/en\/software-development-project-methodologies\/\" target=\"_blank\" rel=\"noreferrer noopener\">software development project methodology<\/a> used (Agile, Scrum, DevOps&#8230;), and also offers integration options with other services.<\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>A possible architecture for exploiting forecasting models in the cloud is explained below. It starts from a logical architecture diagram and provides some technical options for its implementation.<\/p>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"has-text-align-left wp-block-heading\"><strong>Example of a cloud-based forecasting model exploitation architecture<\/strong><\/h2>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Let&#8217;s see a forecasting model exploitation architecture in a cloud environment in more depth:<\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1280\" height=\"720\" src=\"https:\/\/decidesoluciones.es\/wp-content\/uploads\/2022\/10\/Architecture-for-exploiting-forecasting-models-in-a-cloud-environment.png\" alt=\"\" class=\"wp-image-28594\" srcset=\"https:\/\/decidesoluciones.es\/wp-content\/uploads\/2022\/10\/Architecture-for-exploiting-forecasting-models-in-a-cloud-environment.png 1280w, https:\/\/decidesoluciones.es\/wp-content\/uploads\/2022\/10\/Architecture-for-exploiting-forecasting-models-in-a-cloud-environment-300x169.png 300w, https:\/\/decidesoluciones.es\/wp-content\/uploads\/2022\/10\/Architecture-for-exploiting-forecasting-models-in-a-cloud-environment-1024x576.png 1024w, https:\/\/decidesoluciones.es\/wp-content\/uploads\/2022\/10\/Architecture-for-exploiting-forecasting-models-in-a-cloud-environment-768x432.png 768w\" sizes=\"auto, (max-width: 1280px) 100vw, 1280px\" \/><\/figure><\/div>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>As we can see in the figure, in the first phase of <strong>&#8216;Data ingestion and preparation&#8217;<\/strong> the data would be extracted from the data sources and copied to the Data Lake. As previously mentioned, the data sources can be diverse: SQL databases, non-SQL databases, files on-premises, cloud, etc.<\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Solutions to make data ingestion easier include ETL\/ELT tools of various kinds, such as Azure DataFactory\/Databricks, Apache Airflow, AWS Glue, Oracle Data Integrator and many others. It is important to note that in these data ingestion and processing processes, as people say, the devil is in the details. These are usually details related to the data model(s) underlying the original data source(s).<\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>In the next stage of <strong>&#8216;Model training&#8217;<\/strong> the data would be extracted from the Data Lake and the necessary preprocessing would be performed for the correct training and exploitation of the model. Once preprocessed, the data would be stored and grouped in data sets waiting to be used for model training. This is important, especially if different models are to be defined depending on the partitioning and nature of the input data. For example, if we are going to forecast sales for the different stores of a brand, we may want to define different models depending on the geographic location of the stores or other factors.<\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>When training these models for all data sets, it is highly recommended to have sufficient technology to train them in parallel. In addition, for subsequent evaluation, it is also necessary to record\/persist these trained models along with the test metrics. Tools such as Azure Machine Learning, AWS SageMaker, Google Colab and others are available for the implementation of this type of solutions.<\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>In a third phase of <strong>&#8216;Evaluation and production upload&#8217;<\/strong> the trained models would be evaluated before moving them to production. The necessary logic would be applied to determine whether a model meets the deployment criteria, checking that the model&#8217;s goodness of fit is aligned with business expectations. Models that meet the established requirements would then be registered and uploaded to the production environment.<\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>To measure this performance, the accuracy of the models must be evaluated by determining one or more thresholds from which to &#8220;sieve&#8221;. Those models that pass this filter are the ones that will be run in production. It is therefore necessary to store them safely, prior to such execution. This can be done in the workspace of the chosen tool or in a container registry where we save the images of the executables we are interested in, for the production environment. This last option is particularly interesting when we are using models that can be executed both in batch mode (unattended) and in online mode. That is, models whose execution must be fast and therefore can be deployed as microservices in a <a href=\"https:\/\/decidesoluciones.es\/en\/kubernetes-revolution-cloud\/\">Kubernetes cluster<\/a> or similar. An example of the latter type of models could be online purchase recommenders, as they can be executed unattended several times a day, or on demand at the users&#8217; discretion.<\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>The implementation of this model evaluation and filtering process can be done using tools such as Azure DevOps&amp;Azure Machine Learning, AWS StepFunctions &amp; SageMaker and others. As container registry there are them in all Cloud distributions: ACR (Azure) , ECR (AWS), Container Registry (GCP), etc. They can also be installed on-premises, if required.<\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Once the models are in the production environment, the last stage of <strong>&#8216;Model Execution&#8217;<\/strong> would be entered. In this phase, either on a scheduled basis or at the client&#8217;s request, the model would be run using the latest available data. Then the model outputs (predictions) would be stored in the Data Lake. Subsequently these predictions, as mentioned above, could be dumped and exploited by Business Intelligence tools, in which the customer would visualize the information through dashboards.<\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>For the scheduled execution of the models that promoted to production, there are obviously a wide variety of tools within the Cloud, such as Azure Machine Learning, Amazon CloudWatch&amp;SageMaker Inference, etc. For on-demand execution, as we discussed earlier, it would be advisable to have an execution environment that allows it: a Kubernetes cluster would be an ideal environment, along with container registry from which to pull the images to be deployed in the cluster as microservices. At this point it goes without saying that Kubernetes clusters can be found in all cloud and on-premises solutions that one might consider setting up: AKS (Azure), EKS and Fargate (AWS), GKE and Cloud Run (GCP), etc.<\/p>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"has-text-align-left wp-block-heading\"><strong>Final Considerations<\/strong><\/h2>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Not having software architectures that provide agility in managing and loading data will cause models to take longer than necessary and may not even work the way they should.<\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Here are some final considerations (without going into the assessment of tools) to complete the vision of this type of process:<\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<ul class=\"wp-block-list\"><li>Whenever Machine Learning (ML) models are executed, whether in unattended or online mode, it is necessary to monitor their execution. Both in terms of performance and accuracy. In such a way that when it is detected (in production) that an ML model has lowered its accuracy, the corresponding alert is notified or even an automated retraining process of the model in question is launched.<\/li><\/ul>\n\n\n\n<ul class=\"wp-block-list\"><li>To facilitate the ingestion and organization of the data used during the training processes, it is best to have a datalake that allows you to organize the data in different layers (raw data, clean data, transformed data, etc.), so that it is easy and straightforward to have the data (and its format) that is of most interest in each case.<\/li><\/ul>\n\n\n\n<ul class=\"wp-block-list\"><li>If ML models are exposed as microservices, so that it is possible to run them on demand, as mentioned above, a good solution is to deploy the containerized images on a Kubernetes cluster. But it would also be appropriate to expose these invocations to the model through a properly secured and audited REST API, so that the corresponding invocations can be made from any application that needs it. In order to carry out this controlled and securized exposure of the on-line model invocation APIs, it is recommended to make use of some kind of API Management System.<\/li><\/ul>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>A final point regarding the development cycle. In the training and inference pipelines, it is important to design a good flow that somehow isolates the ML algorithms from the technical processes that are executed before and after them. In many occasions, not always, these developments are carried out in different teams, with different technological profiles. Therefore, it seems highly advisable to have well defined roles for each profile when they interact with each other.<\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>At decide4AI, as experts in the development and implementation of predictive models and flexible software architectures in the cloud, we can advise you on: which pieces or types of architectures are more beneficial for your company, which techniques or models will be more suitable for your specific problem, which other technologies could help you improve your results, etc.<\/p>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p class=\"has-text-align-center\"><strong>Interested in learning more about software architectures?<\/strong><\/p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-16018d1d wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-white-color has-text-color has-background\" href=\"https:\/\/decidesoluciones.es\/en\/contact\/\" style=\"border-radius:100px;background-color:#fe5000\" target=\"_blank\" rel=\"noreferrer noopener\">Consult with one of our experts<\/a><\/div>\n<\/div>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Do you want to learn more about decide4AI and keep up to date with future webinars or actions? Follow us on social networks (<a href=\"https:\/\/www.linkedin.com\/company\/decide-soluciones\/\" target=\"_blank\" rel=\"noreferrer noopener\">Linkedin<\/a>,\u00a0<a href=\"https:\/\/twitter.com\/decide4AI\" target=\"_blank\" rel=\"noreferrer noopener\">Twitter<\/a>,\u00a0<a href=\"https:\/\/www.youtube.com\/channel\/UCmPSnW-34-nSiNQ5fNyLxNQ\" target=\"_blank\" rel=\"noreferrer noopener\">Youtube<\/a>).<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Predictive models are those that analyze the historical data available and identify patterns, making forecasts and predictions that help you make better decisions. They can be used, for example, to predict the demand, identify fraudulent activities, detect equipment failures before they happen, or anticipate potential risks. Capabilities that bring great business value to companies in&hellip;<\/p>\n","protected":false},"author":30,"featured_media":28596,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[262],"tags":[],"class_list":["post-28591","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","category-262","description-off"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Architecture for exploiting forecasting models in a cloud environment<\/title>\n<meta name=\"description\" content=\"In this article we show an example of an architecture for exploiting forecasting models in a cloud environment.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/decidesoluciones.es\/en\/architecture-exploiting-forecasting-models-cloud\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Architecture for exploiting forecasting models in a cloud environment\" \/>\n<meta property=\"og:description\" content=\"In this article we show an example of an architecture for exploiting forecasting models in a cloud environment.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/decidesoluciones.es\/en\/architecture-exploiting-forecasting-models-cloud\/\" \/>\n<meta property=\"og:site_name\" content=\"Decide\" \/>\n<meta property=\"article:published_time\" content=\"2022-10-13T13:44:21+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-11-15T11:12:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/decidesoluciones.es\/wp-content\/uploads\/2022\/10\/hologram-projector-screen-with-cloud-system-technology-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1707\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"decide4AI\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Architecture for exploiting forecasting models in a cloud environment\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/decidesoluciones.es\/wp-content\/uploads\/2022\/10\/hologram-projector-screen-with-cloud-system-technology-scaled.jpg\" \/>\n<meta name=\"twitter:creator\" content=\"@canaldecide\" \/>\n<meta name=\"twitter:site\" content=\"@canaldecide\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"decide4AI\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/decidesoluciones.es\\\/en\\\/architecture-exploiting-forecasting-models-cloud\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/decidesoluciones.es\\\/en\\\/architecture-exploiting-forecasting-models-cloud\\\/\"},\"author\":{\"name\":\"decide4AI\",\"@id\":\"https:\\\/\\\/decidesoluciones.es\\\/en\\\/#\\\/schema\\\/person\\\/c5a2787a44b67d8f84604a8b87c76075\"},\"headline\":\"Architecture for exploiting forecasting models in a cloud environment\",\"datePublished\":\"2022-10-13T13:44:21+00:00\",\"dateModified\":\"2022-11-15T11:12:42+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/decidesoluciones.es\\\/en\\\/architecture-exploiting-forecasting-models-cloud\\\/\"},\"wordCount\":1526,\"image\":{\"@id\":\"https:\\\/\\\/decidesoluciones.es\\\/en\\\/architecture-exploiting-forecasting-models-cloud\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/decidesoluciones.es\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/hologram-projector-screen-with-cloud-system-technology-scaled.jpg\",\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/decidesoluciones.es\\\/en\\\/architecture-exploiting-forecasting-models-cloud\\\/\",\"url\":\"https:\\\/\\\/decidesoluciones.es\\\/en\\\/architecture-exploiting-forecasting-models-cloud\\\/\",\"name\":\"Architecture for exploiting forecasting models in a cloud environment\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/decidesoluciones.es\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/decidesoluciones.es\\\/en\\\/architecture-exploiting-forecasting-models-cloud\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/decidesoluciones.es\\\/en\\\/architecture-exploiting-forecasting-models-cloud\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/decidesoluciones.es\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/hologram-projector-screen-with-cloud-system-technology-scaled.jpg\",\"datePublished\":\"2022-10-13T13:44:21+00:00\",\"dateModified\":\"2022-11-15T11:12:42+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/decidesoluciones.es\\\/en\\\/#\\\/schema\\\/person\\\/c5a2787a44b67d8f84604a8b87c76075\"},\"description\":\"In this article we show an example of an architecture for exploiting forecasting models in a cloud environment.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/decidesoluciones.es\\\/en\\\/architecture-exploiting-forecasting-models-cloud\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/decidesoluciones.es\\\/en\\\/architecture-exploiting-forecasting-models-cloud\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/decidesoluciones.es\\\/en\\\/architecture-exploiting-forecasting-models-cloud\\\/#primaryimage\",\"url\":\"https:\\\/\\\/decidesoluciones.es\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/hologram-projector-screen-with-cloud-system-technology-scaled.jpg\",\"contentUrl\":\"https:\\\/\\\/decidesoluciones.es\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/hologram-projector-screen-with-cloud-system-technology-scaled.jpg\",\"width\":2560,\"height\":1707,\"caption\":\"Architecture for exploiting forecasting models in a cloud environment\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/decidesoluciones.es\\\/en\\\/architecture-exploiting-forecasting-models-cloud\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/decidesoluciones.es\\\/en\\\/decide-2\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Architecture for exploiting forecasting models in a cloud environment\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/decidesoluciones.es\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/decidesoluciones.es\\\/en\\\/\",\"name\":\"Decide\",\"description\":\"Advanced Analytics. Smart Decisions\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/decidesoluciones.es\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/decidesoluciones.es\\\/en\\\/#\\\/schema\\\/person\\\/c5a2787a44b67d8f84604a8b87c76075\",\"name\":\"decide4AI\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5a16f5f3009bc3081c68bd986b0dd38c75f3bfbf37ebdb7e7cdc0594d063a16c?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5a16f5f3009bc3081c68bd986b0dd38c75f3bfbf37ebdb7e7cdc0594d063a16c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/5a16f5f3009bc3081c68bd986b0dd38c75f3bfbf37ebdb7e7cdc0594d063a16c?s=96&d=mm&r=g\",\"caption\":\"decide4AI\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Architecture for exploiting forecasting models in a cloud environment","description":"In this article we show an example of an architecture for exploiting forecasting models in a cloud environment.","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:\/\/decidesoluciones.es\/en\/architecture-exploiting-forecasting-models-cloud\/","og_locale":"en_US","og_type":"article","og_title":"Architecture for exploiting forecasting models in a cloud environment","og_description":"In this article we show an example of an architecture for exploiting forecasting models in a cloud environment.","og_url":"https:\/\/decidesoluciones.es\/en\/architecture-exploiting-forecasting-models-cloud\/","og_site_name":"Decide","article_published_time":"2022-10-13T13:44:21+00:00","article_modified_time":"2022-11-15T11:12:42+00:00","og_image":[{"width":2560,"height":1707,"url":"https:\/\/decidesoluciones.es\/wp-content\/uploads\/2022\/10\/hologram-projector-screen-with-cloud-system-technology-scaled.jpg","type":"image\/jpeg"}],"author":"decide4AI","twitter_card":"summary_large_image","twitter_title":"Architecture for exploiting forecasting models in a cloud environment","twitter_image":"https:\/\/decidesoluciones.es\/wp-content\/uploads\/2022\/10\/hologram-projector-screen-with-cloud-system-technology-scaled.jpg","twitter_creator":"@canaldecide","twitter_site":"@canaldecide","twitter_misc":{"Written by":"decide4AI","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/decidesoluciones.es\/en\/architecture-exploiting-forecasting-models-cloud\/#article","isPartOf":{"@id":"https:\/\/decidesoluciones.es\/en\/architecture-exploiting-forecasting-models-cloud\/"},"author":{"name":"decide4AI","@id":"https:\/\/decidesoluciones.es\/en\/#\/schema\/person\/c5a2787a44b67d8f84604a8b87c76075"},"headline":"Architecture for exploiting forecasting models in a cloud environment","datePublished":"2022-10-13T13:44:21+00:00","dateModified":"2022-11-15T11:12:42+00:00","mainEntityOfPage":{"@id":"https:\/\/decidesoluciones.es\/en\/architecture-exploiting-forecasting-models-cloud\/"},"wordCount":1526,"image":{"@id":"https:\/\/decidesoluciones.es\/en\/architecture-exploiting-forecasting-models-cloud\/#primaryimage"},"thumbnailUrl":"https:\/\/decidesoluciones.es\/wp-content\/uploads\/2022\/10\/hologram-projector-screen-with-cloud-system-technology-scaled.jpg","inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/decidesoluciones.es\/en\/architecture-exploiting-forecasting-models-cloud\/","url":"https:\/\/decidesoluciones.es\/en\/architecture-exploiting-forecasting-models-cloud\/","name":"Architecture for exploiting forecasting models in a cloud environment","isPartOf":{"@id":"https:\/\/decidesoluciones.es\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/decidesoluciones.es\/en\/architecture-exploiting-forecasting-models-cloud\/#primaryimage"},"image":{"@id":"https:\/\/decidesoluciones.es\/en\/architecture-exploiting-forecasting-models-cloud\/#primaryimage"},"thumbnailUrl":"https:\/\/decidesoluciones.es\/wp-content\/uploads\/2022\/10\/hologram-projector-screen-with-cloud-system-technology-scaled.jpg","datePublished":"2022-10-13T13:44:21+00:00","dateModified":"2022-11-15T11:12:42+00:00","author":{"@id":"https:\/\/decidesoluciones.es\/en\/#\/schema\/person\/c5a2787a44b67d8f84604a8b87c76075"},"description":"In this article we show an example of an architecture for exploiting forecasting models in a cloud environment.","breadcrumb":{"@id":"https:\/\/decidesoluciones.es\/en\/architecture-exploiting-forecasting-models-cloud\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/decidesoluciones.es\/en\/architecture-exploiting-forecasting-models-cloud\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/decidesoluciones.es\/en\/architecture-exploiting-forecasting-models-cloud\/#primaryimage","url":"https:\/\/decidesoluciones.es\/wp-content\/uploads\/2022\/10\/hologram-projector-screen-with-cloud-system-technology-scaled.jpg","contentUrl":"https:\/\/decidesoluciones.es\/wp-content\/uploads\/2022\/10\/hologram-projector-screen-with-cloud-system-technology-scaled.jpg","width":2560,"height":1707,"caption":"Architecture for exploiting forecasting models in a cloud environment"},{"@type":"BreadcrumbList","@id":"https:\/\/decidesoluciones.es\/en\/architecture-exploiting-forecasting-models-cloud\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/decidesoluciones.es\/en\/decide-2\/"},{"@type":"ListItem","position":2,"name":"Architecture for exploiting forecasting models in a cloud environment"}]},{"@type":"WebSite","@id":"https:\/\/decidesoluciones.es\/en\/#website","url":"https:\/\/decidesoluciones.es\/en\/","name":"Decide","description":"Advanced Analytics. Smart Decisions","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/decidesoluciones.es\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/decidesoluciones.es\/en\/#\/schema\/person\/c5a2787a44b67d8f84604a8b87c76075","name":"decide4AI","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/5a16f5f3009bc3081c68bd986b0dd38c75f3bfbf37ebdb7e7cdc0594d063a16c?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/5a16f5f3009bc3081c68bd986b0dd38c75f3bfbf37ebdb7e7cdc0594d063a16c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5a16f5f3009bc3081c68bd986b0dd38c75f3bfbf37ebdb7e7cdc0594d063a16c?s=96&d=mm&r=g","caption":"decide4AI"}}]}},"_links":{"self":[{"href":"https:\/\/decidesoluciones.es\/en\/wp-json\/wp\/v2\/posts\/28591","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/decidesoluciones.es\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/decidesoluciones.es\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/decidesoluciones.es\/en\/wp-json\/wp\/v2\/users\/30"}],"replies":[{"embeddable":true,"href":"https:\/\/decidesoluciones.es\/en\/wp-json\/wp\/v2\/comments?post=28591"}],"version-history":[{"count":1,"href":"https:\/\/decidesoluciones.es\/en\/wp-json\/wp\/v2\/posts\/28591\/revisions"}],"predecessor-version":[{"id":28598,"href":"https:\/\/decidesoluciones.es\/en\/wp-json\/wp\/v2\/posts\/28591\/revisions\/28598"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/decidesoluciones.es\/en\/wp-json\/wp\/v2\/media\/28596"}],"wp:attachment":[{"href":"https:\/\/decidesoluciones.es\/en\/wp-json\/wp\/v2\/media?parent=28591"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/decidesoluciones.es\/en\/wp-json\/wp\/v2\/categories?post=28591"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/decidesoluciones.es\/en\/wp-json\/wp\/v2\/tags?post=28591"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}