{"id":325,"date":"2022-04-22T00:00:00","date_gmt":"2022-04-22T00:00:00","guid":{"rendered":"https:\/\/tac.debuzzify.com\/?p=325"},"modified":"2023-06-27T06:29:57","modified_gmt":"2023-06-27T06:29:57","slug":"data-team-structure-centralized-embedded-hybrid","status":"publish","type":"post","link":"https:\/\/www.the-analytics.club\/data-team-structure-centralized-embedded-hybrid\/","title":{"rendered":"Data Teams Are Becoming Less Centralized, and That’s Wonderful"},"content":{"rendered":"\n

I firmly believe there won\u2019t be any data teams in the future.<\/p>\n\n\n\n

We all have witnessed the birth and growth of data teams in the past decades. And I belong in one of them.<\/p>\n\n\n\n

But we will have to see the disappearance of it too!<\/p>\n\n\n\n

Yet that\u2019s something the data science community should celebrate.<\/p>\n\n\n\n

Traditionally, every organization has dedicated units for every aspect of its business\u200a\u2014\u200afinance, planning, etc. That\u2019s how we thought data science, too, deserves a dedicated team.<\/p>\n\n\n\n

Fair enough, it works well so far.<\/p>\n\n\n\n

Yet, we also see most people with no STEM background getting into AI\/ML. Not to mention, they do well in their jobs, just like anyone else.<\/p>\n\n\n\n

As we advanced in uncovering new ways to use our data, we\u2019ve also built great tools that enable anyone to become a data scientist.<\/p>\n\n\n\n

The evolution of modern data science<\/h3>\n\n\n\n

When I started in data science, the most significant achievement at the time was low-code<\/b> libraries.<\/p>\n\n\n\n

Take scikit-learn<\/a>, for example. It masks the implementation of how an algorithm is implemented. All the data scientists will have to worry about is its application.<\/p>\n\n\n\n

For instance, to build a linear regression model for your data set, you import the LinearRegression function and call it with our dependent and independent variables, like in the example below.<\/p>\n\n\n\n