
This article uses the metaphor of a track team to differentiate between the role of a data analyst, data scientist, and machine learning engineer. We’ll start with the idea that conducting a data science project is similar to running a relay race. Hopefully, this analogy will help you make more informed choices around your education, job applications, and project staffing.
🔵 Data Analyst
The data analyst is capable of taking data from the “starting line” (i.e., pulling data from storage), doing data cleaning and processing, and creating a final product like a dashboard or report. The data analyst may also be responsible for transforming data for use by a data scientist, a hand-off that we’ll explore in a moment.

You might say that the data analyst is very capable of running the first part of the race, but no further.
🔴 Data Scientist
The data scientist has all the skills of the data analyst, though they might be less well-versed in dashboarding and perhaps a bit rusty at report writing. The data scientist can run further than the data analyst, though, in terms of their ability to apply statistical methodologies to create complex data products.

The data scientist is capable of racing the entire lap. That means they have the skills required to query data, explore features to assess predictive power, select an appropriate crop of models for training and testing, conduct hyperparameter tuning, and ultimately arrive at a statistics-powered model that provides business value through classification or prediction. However, if an organization loads its data scientist with all these responsibilities — from data ingest through data modeling — the data scientist won’t be able to run as well as if he or she were asked to run only the second part of the race, focused on the data modeling.

Overall, the team’s performance will improve if a business analyst conducts the querying and data cleaning steps, allowing the data scientist to focus on statistical modeling.
🔶 Machine Learning Engineer
The machine learning engineer could be thought of as the team’s secret weapon. You might conceptualize the MLE as the person designing track shoes that empower the other runners to race at top speeds.

The machine learning engineer may also be focused on bringing state-of-the-art solutions to the data science team. For example, an MLE may be more focused on deep learning techniques compared to a data scientist’s classical statistical approach.

Increasingly, the distinction between these positions is blurring, as statistics becomes the domain of easy-to-implement packages in Python and R. Don’t get me wrong-a fundamental understanding of statistical testing remains paramount in this career field. However, with growing frequency, the enterprise data scientist is asked to execute models powered by deep learning. This refers to the field of data science enabled by GPU-based computing, where typical models include neural networks like CNNs, RNNs, LSTMs, and transformers.
Machine learning researchers at companies such as Google Brain, OpenAI, and Deep Mind design new algorithmic approaches to advance toward state-of-the-art performance on specific use cases and, ultimately, the goal of building artificial general intelligence.
🚌 ML Ops
Another job title related to data science is MLOps. This refers to the responsibility of productionizing a model —in other words, creating a version of the model that is accessible to end users. MLOps is focused on creating a robust pipeline from data ingest, through preprocessing, to model inference (i.e., use in the real world to make classifications or predictions). This role’s responsibilities are closely related to those of the DevOps practitioner in software development.

Summary
We explored the job titles of data analyst, data scientist, and a few positions related to machine learning using the metaphor of a track team. The data analyst might start off the relay, before passing cleaned data to the data scientist for modeling. The machine learning engineer is like an experienced coach, specialized in deep learning. Finally, the MLOps practitioner is like the bus driver responsible for getting the team to the track meet.