Assembling an ML team
Stay organized with collections
Save and categorize content based on your preferences.
ML projects require teams with members who have a range of skills, expertise,
and responsibilities related to machine learning. These are the most common
roles found on typical ML teams:
Role |
Knowledge and skills |
Main deliverable |
ML product manager |
ML product managers have a deep understanding of ML strengths and
weaknesses and the ML development process. They align business problems
to ML solutions by working directly with the ML team, end-users,
and other stakeholders. They
create the product vision, define use cases and
requirements, and plan and prioritize projects.
|
Product requirements document (PRD).
|
Engineering manager |
Engineering managers achieve business goals by setting, communicating, and
achieving team priorities. Like ML
product managers, they align ML solutions to business problems.
They set clear expectations for team members,
conduct performance evaluations, and assist with career and
professional development.
|
Design docs, project plans, and performance evaluations.
|
Data scientist |
Data scientists use quantitative and statistical analysis to extract
insights and value from data. They help to identify and test
features, prototype models, and help with model interpretability.
|
Reports and data visualizations that answer business questions
through statistical analysis.
|
ML engineer |
ML engineers design, build, productionize, and manage ML models.
They are strong software engineers with a deep understanding of ML
technologies and best practices.
|
Deployed model with sufficient prediction quality to meet business
goals.
|
Data engineer |
Data engineers build data pipelines for storing, aggregating, and
processing large amounts of data. They develop the infrastructure and
systems for collecting and transforming raw data into
useful formats for model training and serving. Data engineers are
responsible for the data across the entire ML development process.
|
Fully productionized data pipelines with the necessary monitoring and
alerting.
|
Developer operations (DevOps) engineer |
DevOps engineers develop, deploy, scale, and monitor
the serving infrastructure for ML models.
|
An automated process for serving, monitoring, testing, and alerting on
a model's behavior.
|
Successful ML projects have teams with each role well
represented. In smaller teams, individuals will need to handle the
responsibilities for multiple roles.
Establish team practices
Because the roles, tools, and frameworks vary widely in ML
development, it's critical to establish common practices through
excellent process documentation. For example, one engineer might
think that just getting the right data is sufficient to begin training a model,
while a more responsible engineer will validate that the dataset is anonymized
correctly and document its metadata and provenance. Making sure engineers share
common definitions for processes and design patterns reduces confusion and
increases the team's velocity.
Process documentation
Process docs should define the tools, infrastructure, and processes the team
will use for ML development. Good process docs help align new and current
team members. They should answer the following types of questions:
- How is the data generated for the model?
- How do we examine, validate, and visualize the data?
- How do we modify an input feature or label in the training data?
- How do we customize the data generation, training, and evaluation pipeline?
- How do I change the model architecture to accommodate changes in input
features or labels?
- How do we obtain testing examples?
- What metrics will we use to judge model quality?
- How do we launch our models in production?
- How will we know if something is wrong with our model?
- What upstream systems do our models depend on?
- How do I make my SQL maintainable and reusable?
More potential questions
Model
Can I train models on different datasets in the same
pipeline, like for fine-tuning?
How do I add a new test dataset to my pipeline?
Training
How do I check the model's prediction on a hand-crafted example?
How do I find, examine, and visualize examples where the model made
mistakes?
How do I determine which feature was most responsible for a given
prediction?
How do I understand which features have the most impact on
predictions within a given sample?
How do I compute or plot model predictions on a chosen dataset or
sample?
How do I compute standard metrics for my model's predictions on a
chosen dataset?
How do I develop and compute custom metrics?
How do I compare my model with other models offline?
Can I perform meta-analysis for multiple model evaluations in a single
development environment?
Can I compare the current model with the one from 10 months ago?
Productionization, monitoring, and maintenance
I think I created a good model. How can I launch it in production?
How do I verify that my new model is running in production correctly?
Can I get the history of model evaluations over time?
How will I know when something is wrong with the model?
I got assigned a page/bug mentioning something about the model.
What should I do?
Pipelines
SQL
Infrastructure
Communication
Keep in mind
What constitutes "ML best practices" can differ between companies, teams, and
individuals. For
example, some team members might consider experimental Colabs as the main
deliverable, while others will want to work in R. Some might have a passion for
software engineering, someone else thinks monitoring is the most important
thing, yet someone else is aware of good feature productionization practices but
wants to use Scala. Everyone is "right" from their own perspective and if
steered correctly, the mix will be a powerhouse. If not, it can be a mess.
Establishing the tools, processes, and infrastructure the team will use before
writing a line of code can be the difference between the project failing after
two years or successfully launching a quarter ahead of schedule.
Due to the ambiguity and uncertainty inherent in ML, people managers need to set
clear expectations and define deliverables early.
When determining expectations and deliverables, consider how they'll be
evaluated if a project or approach isn't successful. In other words, it's
important that a team member's performance isn't directly connected to the
success of the project. For example, it's not uncommon for team members to spend
weeks investigating solutions that are ultimately unsuccessful. Even in these
cases, their high-quality code, thorough documentation, and effective
collaboration should contribute positively toward their evaluation.
Check Your Understanding
What is the primary reason for having excellent process documentation
and establishing common practices?
Increase project velocity.
Correct. Having good process documentation and establishing common
practices reduces confusion and streamlines the development process.
Establish best practices across a company.
Because ML development varies from project to project,
teams typically establish their own sets of best practices to work
effectively and increase their velocity.
Ensure all engineers on the team have the same level of expertise.
ML teams typically have engineers with a variety of skills and
knowledge. Process documentation helps engineers align on best practices
to increase their velocity.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-25 UTC.
[null,null,["Last updated 2025-08-25 UTC."],[[["\u003cp\u003eMachine learning projects necessitate diverse teams with specialized roles like ML product managers, data scientists, and ML engineers, to address various aspects of development and deployment.\u003c/p\u003e\n"],["\u003cp\u003eComprehensive process documentation is crucial for ML teams to establish common practices, ensure smooth collaboration, and enhance project velocity by reducing confusion and streamlining workflows.\u003c/p\u003e\n"],["\u003cp\u003eProcess documentation should cover key questions regarding data handling, model development, training, evaluation, and productionization to guide the team's approach and decision-making.\u003c/p\u003e\n"],["\u003cp\u003eEstablishing clear expectations, deliverables, and evaluation criteria for team members is essential, emphasizing contributions beyond project success due to the inherent uncertainties in ML development.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful ML teams foster a collaborative environment where diverse perspectives and expertise are valued, enabling efficient problem-solving and innovative solutions.\u003c/p\u003e\n"]]],[],null,["# Assembling an ML team\n\nML projects require teams with members who have a range of skills, expertise,\nand responsibilities related to machine learning. These are the most common\nroles found on typical ML teams:\n\n| Role | Knowledge and skills | Main deliverable |\n|----------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------|\n| ML product manager | ML product managers have a deep understanding of ML strengths and weaknesses and the ML development process. They align business problems to ML solutions by working directly with the ML team, end-users, and other stakeholders. They create the product vision, define use cases and requirements, and plan and prioritize projects. | Product requirements document (PRD). |\n| Engineering manager | Engineering managers achieve business goals by setting, communicating, and achieving team priorities. Like ML product managers, they align ML solutions to business problems. They set clear expectations for team members, conduct performance evaluations, and assist with career and professional development. | Design docs, project plans, and performance evaluations. |\n| Data scientist | Data scientists use quantitative and statistical analysis to extract insights and value from data. They help to identify and test features, prototype models, and help with model interpretability. | Reports and data visualizations that answer business questions through statistical analysis. |\n| ML engineer | ML engineers design, build, productionize, and manage ML models. They are strong software engineers with a deep understanding of ML technologies and best practices. | Deployed model with sufficient prediction quality to meet business goals. |\n| Data engineer | Data engineers build data pipelines for storing, aggregating, and processing large amounts of data. They develop the infrastructure and systems for collecting and transforming raw data into useful formats for model training and serving. Data engineers are responsible for the data across the entire ML development process. | Fully productionized data pipelines with the necessary monitoring and alerting. |\n| Developer operations (DevOps) engineer | DevOps engineers develop, deploy, scale, and monitor the serving infrastructure for ML models. | An automated process for serving, monitoring, testing, and alerting on a model's behavior. |\n\nSuccessful ML projects have teams with each role well\nrepresented. In smaller teams, individuals will need to handle the\nresponsibilities for multiple roles.\n\n\nEstablish team practices\n------------------------\n\nBecause the roles, tools, and frameworks vary widely in ML\ndevelopment, it's critical to establish common practices through\nexcellent process documentation. For example, one engineer might\nthink that just getting the right data is sufficient to begin training a model,\nwhile a more responsible engineer will validate that the dataset is anonymized\ncorrectly and document its metadata and provenance. Making sure engineers share\ncommon definitions for processes and design patterns reduces confusion and\nincreases the team's velocity.\n\n### Process documentation\n\nProcess docs should define the tools, infrastructure, and processes the team\nwill use for ML development. Good process docs help align new and current\nteam members. They should answer the following types of questions:\n\n- How is the data generated for the model?\n- How do we examine, validate, and visualize the data?\n- How do we modify an input feature or label in the training data?\n- How do we customize the data generation, training, and evaluation pipeline?\n- How do I change the model architecture to accommodate changes in input features or labels?\n- How do we obtain testing examples?\n- What metrics will we use to judge model quality?\n- How do we launch our models in production?\n- How will we know if something is wrong with our model?\n- What upstream systems do our models depend on?\n- How do I make my SQL maintainable and reusable?\n\n#### More potential questions\n\n**Model**\n\n-\n Can I train models on different datasets in the same\n pipeline, like for fine-tuning?\n\n-\n How do I add a new test dataset to my pipeline?\n\n**Training**\n\n-\n How do I check the model's prediction on a hand-crafted example?\n\n-\n How do I find, examine, and visualize examples where the model made\n mistakes?\n\n-\n How do I determine which feature was most responsible for a given\n prediction?\n\n-\n How do I understand which features have the most impact on\n predictions within a given sample?\n\n-\n How do I compute or plot model predictions on a chosen dataset or\n sample?\n\n-\n How do I compute standard metrics for my model's predictions on a\n chosen dataset?\n\n-\n How do I develop and compute custom metrics?\n\n-\n How do I compare my model with other models offline?\n\n-\n Can I perform meta-analysis for multiple model evaluations in a single\n development environment?\n\n-\n Can I compare the current model with the one from 10 months ago?\n\n**Productionization, monitoring, and maintenance**\n\n-\n I think I created a good model. How can I launch it in production?\n\n-\n How do I verify that my new model is running in production correctly?\n\n-\n Can I get the history of model evaluations over time?\n\n-\n How will I know when something is wrong with the model?\n\n-\n I got assigned a page/bug mentioning something about the model.\n What should I do?\n\n**Pipelines**\n\n-\n How could I customize the data generation/training/evaluation\n pipeline?\n\n-\n When and how should I create a completely new pipeline?\n\n**SQL**\n\n-\n I need SQL to generate some data. Where should I put it?\n\n**Infrastructure**\n\n-\n How does our model serving work? Is there a diagram?\n\n-\n What upstream systems does my model depend on that I should be\n aware of?\n\n**Communication**\n\n-\n I can't figure something out. Who (and how) should I contact?\n\n### Keep in mind\n\nWhat constitutes \"ML best practices\" can differ between companies, teams, and\nindividuals. For\nexample, some team members might consider experimental Colabs as the main\ndeliverable, while others will want to work in R. Some might have a passion for\nsoftware engineering, someone else thinks monitoring is the most important\nthing, yet someone else is aware of good feature productionization practices but\nwants to use Scala. Everyone is \"right\" from their own perspective and if\nsteered correctly, the mix will be a powerhouse. If not, it can be a mess.\n\nEstablishing the tools, processes, and infrastructure the team will use before\nwriting a line of code can be the difference between the project failing after\ntwo years or successfully launching a quarter ahead of schedule.\n\nPerformance evaluations\n-----------------------\n\nDue to the ambiguity and uncertainty inherent in ML, people managers need to set\nclear expectations and define deliverables early.\n\nWhen determining expectations and deliverables, consider how they'll be\nevaluated if a project or approach isn't successful. In other words, it's\nimportant that a team member's performance isn't directly connected to the\nsuccess of the project. For example, it's not uncommon for team members to spend\nweeks investigating solutions that are ultimately unsuccessful. Even in these\ncases, their high-quality code, thorough documentation, and effective\ncollaboration should contribute positively toward their evaluation.\n\n### Check Your Understanding\n\nWhat is the primary reason for having excellent process documentation and establishing common practices? \nIncrease project velocity. \nCorrect. Having good process documentation and establishing common practices reduces confusion and streamlines the development process. \nEstablish best practices across a company. \nBecause ML development varies from project to project, teams typically establish their own sets of best practices to work effectively and increase their velocity. \nEnsure all engineers on the team have the same level of expertise. \nML teams typically have engineers with a variety of skills and knowledge. Process documentation helps engineers align on best practices to increase their velocity."]]