Applying lessons from BI to data science

Data practitioners should bring best practices from BI, especially automated data integration, to data science.
May 17, 2023

Data architecture for business intelligence (BI) has come a long way. The cloud-based modern data stack, consisting of automated data pipelines, data warehouses, transformation tools and business intelligence platforms, has been instrumental in massively improving the quality and performance of analytics to the point where data is not only used for discovery and decision support but also to improve and automate operational processes.

The foundation of a successful BI data stack is a centralized (or centralized-per-use-case) and governed data layer. This has specifically solved the following ubiquitous challenges:

  • Siloed data sources lead to siloed reporting, making it difficult to assemble a comprehensive picture across disparate data sources.
  • The difficulty of building a single source of truth and data provenance, resulting in conflicting findings and metrics.
  • Lack of governance, leading to the exposure and handling of sensitive data by inappropriate parties.

Similar problems exist in data science, especially for machine learning and artificial intelligence. Having realized the business benefits of this governed, centralized data layer as a foundation of our BI, why haven’t we applied the same principles to our modern data science architectures? 

When I worked as a data scientist, I was frustrated that the following challenges, despite being largely solved for BI still exist in the data science world:

  • Lack of data governance; data for data science projects is often taken from data stores that are not well governed, leading to the same issues of exposure as with BI as well as models that are unlikely to be successful on production data.
  • Underdeveloped DataOps infrastructure, leading to models that may be highly tuned and optimized but with no platform to deploy and productionize them.
  • Neglect for regulatory compliance, leading to poorly understood models handling sensitive data that are subsequently rejected for production use.

Both of these challenges are the main drivers behind the fact that 87 percent of data science projects do not make it into production. The time distribution of a typical data science project is roughly as follows; 45 percent cleaning and prepping the data, 21 percent exploring and visualizing data, 11 percent selecting the model and 12 percent tuning the model. Only the remaining 11 percent is devoted to productionizing and deployment of the model. 

From my experience, there is too much of a focus on getting the model accuracy as high as possible as there is a temptation to get very academic about your mean squared error (we’ve all been there). I don’t think I would use the exact same wording as computer science pioneer, Donald Knuth, and I am fully aware that programming is just a component of data science, but I certainly agree with the sentiment when he said “(data scientists) have spent far too much time worrying about efficiency in the wrong places and at the wrong times; premature optimization is the root of all evil –or at least most of it– in programming”.

Getting your machine learning into production

Let’s move from problem mode to solution mode (it is part of my job title after all!). The first step towards getting a higher return on investment from your data science projects is to assess if you actually have the tools or processes to actually support data science or even a genuine business use case. The high failure rate of data science suggests that organizations have rushed into data science projects so that they can reference them in their annual plans or press releases without a real business pain that requires a data science use case. 

If you do need to leverage the considerable potential of data science technologies, tackling the challenges outlined above involves taking a step back and solving the DataOps infrastructure problem, ensuring that models are comprehensible and compliant with regulations and making data governance a priority. The good news is that the solution to many of these challenges leverages the same modern data stack you use for business intelligence. 

To begin with, you can pursue relatively simple and practical machine learning projects using structured data you already store in a data warehouse. You very likely already collect structured sales, marketing and product behavior, for instance. Some data warehouses even support machine learning models written in SQL.

For more advanced machine learning use cases that depend on unstructured documents and media files, one possible workflow is to use a governed data lake as a staging area for unstructured or semi-structured data before storing transformed feature vectors in a data warehouse. Keeping all of the data associated with a model, including output data, in your data warehouse will help your analysts see inside the “black box” of a model, making it more accessible. A transparent model is also more likely to pass internal audits and risk assessments; ultimately resulting in it being more likely to become part of a production workflow. 

The modern data stack that you apply to business intelligence can be applied to data science and machine learning as well. New analytics data storage technologies increasingly support both relational and unstructured data. Fivetran now writes data to S3 in a relational structure using the Apache Iceberg table format, while AWS Lake Formation (via AWS Glue) applies data governance and granular access control. As your data practice matures, such technologies that make data lakes tractable will be key to helping your data science projects get into production.

[CTA_MODULE]

Start for free

Join the thousands of companies using Fivetran to centralize and transform their data.

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Data insights
Data insights

Applying lessons from BI to data science

Applying lessons from BI to data science

May 17, 2023
May 17, 2023
Applying lessons from BI to data science
Data practitioners should bring best practices from BI, especially automated data integration, to data science.

Data architecture for business intelligence (BI) has come a long way. The cloud-based modern data stack, consisting of automated data pipelines, data warehouses, transformation tools and business intelligence platforms, has been instrumental in massively improving the quality and performance of analytics to the point where data is not only used for discovery and decision support but also to improve and automate operational processes.

The foundation of a successful BI data stack is a centralized (or centralized-per-use-case) and governed data layer. This has specifically solved the following ubiquitous challenges:

  • Siloed data sources lead to siloed reporting, making it difficult to assemble a comprehensive picture across disparate data sources.
  • The difficulty of building a single source of truth and data provenance, resulting in conflicting findings and metrics.
  • Lack of governance, leading to the exposure and handling of sensitive data by inappropriate parties.

Similar problems exist in data science, especially for machine learning and artificial intelligence. Having realized the business benefits of this governed, centralized data layer as a foundation of our BI, why haven’t we applied the same principles to our modern data science architectures? 

When I worked as a data scientist, I was frustrated that the following challenges, despite being largely solved for BI still exist in the data science world:

  • Lack of data governance; data for data science projects is often taken from data stores that are not well governed, leading to the same issues of exposure as with BI as well as models that are unlikely to be successful on production data.
  • Underdeveloped DataOps infrastructure, leading to models that may be highly tuned and optimized but with no platform to deploy and productionize them.
  • Neglect for regulatory compliance, leading to poorly understood models handling sensitive data that are subsequently rejected for production use.

Both of these challenges are the main drivers behind the fact that 87 percent of data science projects do not make it into production. The time distribution of a typical data science project is roughly as follows; 45 percent cleaning and prepping the data, 21 percent exploring and visualizing data, 11 percent selecting the model and 12 percent tuning the model. Only the remaining 11 percent is devoted to productionizing and deployment of the model. 

From my experience, there is too much of a focus on getting the model accuracy as high as possible as there is a temptation to get very academic about your mean squared error (we’ve all been there). I don’t think I would use the exact same wording as computer science pioneer, Donald Knuth, and I am fully aware that programming is just a component of data science, but I certainly agree with the sentiment when he said “(data scientists) have spent far too much time worrying about efficiency in the wrong places and at the wrong times; premature optimization is the root of all evil –or at least most of it– in programming”.

Getting your machine learning into production

Let’s move from problem mode to solution mode (it is part of my job title after all!). The first step towards getting a higher return on investment from your data science projects is to assess if you actually have the tools or processes to actually support data science or even a genuine business use case. The high failure rate of data science suggests that organizations have rushed into data science projects so that they can reference them in their annual plans or press releases without a real business pain that requires a data science use case. 

If you do need to leverage the considerable potential of data science technologies, tackling the challenges outlined above involves taking a step back and solving the DataOps infrastructure problem, ensuring that models are comprehensible and compliant with regulations and making data governance a priority. The good news is that the solution to many of these challenges leverages the same modern data stack you use for business intelligence. 

To begin with, you can pursue relatively simple and practical machine learning projects using structured data you already store in a data warehouse. You very likely already collect structured sales, marketing and product behavior, for instance. Some data warehouses even support machine learning models written in SQL.

For more advanced machine learning use cases that depend on unstructured documents and media files, one possible workflow is to use a governed data lake as a staging area for unstructured or semi-structured data before storing transformed feature vectors in a data warehouse. Keeping all of the data associated with a model, including output data, in your data warehouse will help your analysts see inside the “black box” of a model, making it more accessible. A transparent model is also more likely to pass internal audits and risk assessments; ultimately resulting in it being more likely to become part of a production workflow. 

The modern data stack that you apply to business intelligence can be applied to data science and machine learning as well. New analytics data storage technologies increasingly support both relational and unstructured data. Fivetran now writes data to S3 in a relational structure using the Apache Iceberg table format, while AWS Lake Formation (via AWS Glue) applies data governance and granular access control. As your data practice matures, such technologies that make data lakes tractable will be key to helping your data science projects get into production.

[CTA_MODULE]

Topics
Share

Related blog posts

Fivetran supports Amazon S3 as a destination with Apache Iceberg
Product

Fivetran supports Amazon S3 as a destination with Apache Iceberg

Read post
How to govern your S3 data lake
Data insights

How to govern your S3 data lake

Read post
Building a data architecture for long-term success
Data insights

Building a data architecture for long-term success

Read post
No items found.
Modern data architecture allows you to have your cake and eat it, too
Blog

Modern data architecture allows you to have your cake and eat it, too

Read post
From descriptive to predictive: Your first machine learning model
Blog

From descriptive to predictive: Your first machine learning model

Read post
Data analyst vs. data engineer vs. data scientist
Blog

Data analyst vs. data engineer vs. data scientist

Read post

Start for free

Join the thousands of companies using Fivetran to centralize and transform their data.

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.