Remote Collaboration as a Data Scientist

MLOps.community · Intermediate ·📐 ML Fundamentals ·6y ago
Skills: ML Pipelines80%

Key Takeaways

The video discusses how MLOps can help data scientists collaborate remotely, covering topics such as synchronous and asynchronous collaboration, traditional software collaboration using GitHub, and the challenges of applying asynchronous collaboration to machine learning, including data versioning, metric and parameter tracking, and local development environments. It also introduces various tools that can help solve these problems, including MLflow, Weights and Biases, DVC, Pachyderm, and DotSci

Full Transcript

so let's kind of take a step back then and say well how can how can properly implemented ml ops help me in in the current global situation that we have where we're now all suddenly working from home and in brackets if I'm a data scientist or or a manager of data scientists well the answer to that question comes down to the collaboration piece that I mentioned earlier so that's kind of do a deep dive on collaborations so there are two wait there are two fundamental modes of collaborating between different people doing doing work and there's synchronous and there's asynchronous and synchronous collaboration is when people are sitting in a room together and they're interrupting each other when they have a question and when they need to get something done and in particular with machine learning it might even be that they're sharing an environment so they they might even be pair programming sharing a text editor so they take it in turns to use the keyboard they would be working on exactly the same data set in exactly the same environment and then you're kind of time slicing it well hopefully pair programming is is effective and okay so people can't make changes to this thing at the same time but we just take it in terms or there's an asynchronous approach which is to say that different people should be able to do work on different copies of things and problem with an asynchronous approach of course is that you then need to be able to cope with conflict it's like merge conflicts in in git which takes me to the second point here which is how how does software DevOps teams do it well with github basically and tools that are like github like git lab and bitbucket and and all of the tooling around that and the way that that works as I'm sure most of the people in the audience know here is that you can fork someone else's project effectively or if your or you can make a branch from master you can make some changes in your branch and while you're making the changes in your branch you're not trading on anyone else's toes when you then propose those changes back to the master branch that's when you can pull in new changes from the master branch and integrate them into your branch and that's when you have to deal with merge conflicts and then you can propose a version of the change which is up-to-date with respects the master branch that's basically commonly known as git flow and it's been very successfully used in pretty much every team on the planet people have tweaks to that approach with multiple master branches and so on but it's all fundamentally the same idea of asynchronous collaboration and then with DevOps team's adopting things like git ops where your source of truth for what's running in production is also in a git repo well you can use tools like terraform or you can version control your cuban Nettie's yeah yeah moles and then happy days you can use the same collaboration approach pull requests when when you're deciding to scale up the cluster or deploy any database and doing the other things that devops teams do so so how can you so what are the challenges applying asynchronous collaboration to machine learning well they are numerous the first problem is that it's the Jupiter notebooks don't go and control very well and a lot of data scientists use Jupiter notebooks another challenge is the data versioning and data sharing is is difficult in in a machine learning context sorry in in a collaboration context because you can't very easily put your data and get there is a project called get LFS but it has some significant restrictions and and so what we find is that teams normally just don't bother the data versioning and they just rename files or rename folders and have folder names with like underscore final and underscore final final v2 and all these funny little strings that refers to the things that have been done and then they have to share those folders around and it becomes quite messy the other thing is metric and parameter tracking you didn't have to do that when you're doing software but you do have to do it with machine learning you have to keep track of which parameters you used in which accuracy score you got because models aren't either sort of green or red they're not either working or broken they're kind of somewhere in the middle and the metrics like the accuracy score will tell you how how good a model is against a certain test set and so you need to keep track of that and you could put that in the in the get commit message but then you have to have human remembering to do it people about it remembering to do things or you can use tools that help you with experiment tracking and there are challenges with with using a combination of local development environments you might have a GPU or an IP you in the machine in your desk or you might be using machines in the cloud and with gifts it's quite easy to switch from a local machine to machine in the cloud or a machine in your datacenter but doing it effectively and with machine learning where you've also got data that you need to move around and you've got to keep track of metrics and parameters and maybe you can't even really use gifts with your groups and notebooks and still do effective collaboration it makes it a lot more challenging with respect kind of moving around where you're where you're doing the work and so there are some tools that that help to solve these problems for machine learning and it's actually a very exciting space and there's lots of new innovation happening around this and so obviously I'm from dot science I'd love it if you started using dot science but I also wanted to give a knowledge meant to the fact that there are lots of other tools out there and so ml flow is quite strong in the experiment track experiment tracking space weights and biases is very strong in like comparing relationships between metrics and hyper parameters DVC is a promising project in terms of doing data version control as is a project called pachyderm and then in terms of differing and merging groups and notebooks there's an open source project called MB dime in fact many of these many of these projects are open source and and so what we've tried to do with dots science is bring the capabilities from these kinds of capabilities into a single [Music]

Original Description

As a Data scientist, how can MLOps help with collaborating in a time where we suddenly find ourselves working remotely? Deep dive into different ways we can collaborate, how traditional software collaboration has been done and what some general obstacles are to collaborating as a data scientist. Join our open community where we discuss everything MLOps: https://mlops.community/ Join our MLOps slack channel: https://bit.ly/33wDUf1 MLOps.community forums: https://forum.mlops.community/ Sign up for the next weekly meetup: https://zoom.us/webinar/register/WN_a_nuYR1xT86TGIB2wp9B1g
Sign in to unlock AI tutor explanation · ⚡30

Playlist

Uploads from MLOps.community · MLOps.community · 2 of 60

1 Our 1st MLOps Meetup // Luke Marsden // MLOps Meetup #1
Our 1st MLOps Meetup // Luke Marsden // MLOps Meetup #1
MLOps.community
Remote Collaboration as a Data Scientist
Remote Collaboration as a Data Scientist
MLOps.community
3 MLOps Manifesto with Luke Marsden from Dotscience
MLOps Manifesto with Luke Marsden from Dotscience
MLOps.community
4 MLOps lifecycle description
MLOps lifecycle description
MLOps.community
5 What Does Best in Class AI/ML Governance Look Like in Fin Services? // Charles Radclyffe // MLOps #2
What Does Best in Class AI/ML Governance Look Like in Fin Services? // Charles Radclyffe // MLOps #2
MLOps.community
6 Life purpose and too many spreadsheets
Life purpose and too many spreadsheets
MLOps.community
7 Explainability, Black boxes and EU white paper on reproducibility
Explainability, Black boxes and EU white paper on reproducibility
MLOps.community
8 Hierarchy of Machine Learning Needs // Phil Winder // MLOps Meetup #3
Hierarchy of Machine Learning Needs // Phil Winder // MLOps Meetup #3
MLOps.community
9 Automatically Retrain Machine Learning Models? Are best practices worth it?
Automatically Retrain Machine Learning Models? Are best practices worth it?
MLOps.community
10 Building an MLOps Team? Key ideas to keep in mind
Building an MLOps Team? Key ideas to keep in mind
MLOps.community
11 Hierarchy of MLOps Needs
Hierarchy of MLOps Needs
MLOps.community
12 Bare necessities for getting an ML model into production
Bare necessities for getting an ML model into production
MLOps.community
13 MLOps and Monitoring
MLOps and Monitoring
MLOps.community
14 How Phil Winder got into Data Science and Software Engineering
How Phil Winder got into Data Science and Software Engineering
MLOps.community
15 Provenance and Reproducibility in Machine Learning; what is it and why you need it?
Provenance and Reproducibility in Machine Learning; what is it and why you need it?
MLOps.community
16 Friction Between Data Scientists and Software Engineers
Friction Between Data Scientists and Software Engineers
MLOps.community
17 MLOps Problems in different size companies
MLOps Problems in different size companies
MLOps.community
18 ML tooling in large companies
ML tooling in large companies
MLOps.community
19 ML Platforms - The build vs buy question
ML Platforms - The build vs buy question
MLOps.community
20 ML Services Gateway at SurveyMonkey
ML Services Gateway at SurveyMonkey
MLOps.community
21 Message buses, Async and sync architecture
Message buses, Async and sync architecture
MLOps.community
22 MLOps #4: Shubhi Jain - Building an ML Platform @SurveyMonkey
MLOps #4: Shubhi Jain - Building an ML Platform @SurveyMonkey
MLOps.community
23 Hybrid Data Science Teams @SurveyMonkey
Hybrid Data Science Teams @SurveyMonkey
MLOps.community
24 How do you handle ML version control at SurveyMonkey
How do you handle ML version control at SurveyMonkey
MLOps.community
25 Doing ML with Personal Information
Doing ML with Personal Information
MLOps.community
26 Evolution of the ML feature store @SurveyMonkey
Evolution of the ML feature store @SurveyMonkey
MLOps.community
27 Developing a Machine Learning Feature Store
Developing a Machine Learning Feature Store
MLOps.community
28 Auto retrain ML models is not the question
Auto retrain ML models is not the question
MLOps.community
29 3 key parts to Machine Learning monitoring
3 key parts to Machine Learning monitoring
MLOps.community
30 MLOps Meetup #6: Mid-Scale Production Feature Engineering with Dr. Venkata Pingali
MLOps Meetup #6: Mid-Scale Production Feature Engineering with Dr. Venkata Pingali
MLOps.community
31 MLOps meetup #5 High Stakes ML: Active Failures, Latent Factors with Flavio Clesio
MLOps meetup #5 High Stakes ML: Active Failures, Latent Factors with Flavio Clesio
MLOps.community
32 MLOps: Airflow Pros and Cons
MLOps: Airflow Pros and Cons
MLOps.community
33 Specific challenges in Machine Learning
Specific challenges in Machine Learning
MLOps.community
34 Current State Of Machine Learning
Current State Of Machine Learning
MLOps.community
35 Humans in the Loop are a defining factor in Machine Learning
Humans in the Loop are a defining factor in Machine Learning
MLOps.community
36 Learning from real life Machine Learning failures
Learning from real life Machine Learning failures
MLOps.community
37 Survivorship Bias in machine learning tutorials
Survivorship Bias in machine learning tutorials
MLOps.community
38 Swiss Cheese model in Machine Learning
Swiss Cheese model in Machine Learning
MLOps.community
39 Resume driven development in Machine learning & software engineering
Resume driven development in Machine learning & software engineering
MLOps.community
40 Who has the highest standards in ML?
Who has the highest standards in ML?
MLOps.community
41 Venkata Pingali of Scribble Data Thoughts on the Current State of Machine Learning
Venkata Pingali of Scribble Data Thoughts on the Current State of Machine Learning
MLOps.community
42 Dependable data and being able to Trust in your Data with Venkata Pengali of Scribble Data
Dependable data and being able to Trust in your Data with Venkata Pengali of Scribble Data
MLOps.community
43 Speed, Trust, Evolution and Scale in MLOps
Speed, Trust, Evolution and Scale in MLOps
MLOps.community
44 More difficult transition for data scientists to become ML engineers
More difficult transition for data scientists to become ML engineers
MLOps.community
45 How many models in prod til I need a dedicated ML platform?
How many models in prod til I need a dedicated ML platform?
MLOps.community
46 Deeper thinking from data scientists around platform blackholes
Deeper thinking from data scientists around platform blackholes
MLOps.community
47 Checkpointing, metadata, and confidence in your data
Checkpointing, metadata, and confidence in your data
MLOps.community
48 Adjacent usecases and multistep feature engineering
Adjacent usecases and multistep feature engineering
MLOps.community
49 Standardization of Machine Learning tools like in Software Engineering with Venkata Pingali
Standardization of Machine Learning tools like in Software Engineering with Venkata Pingali
MLOps.community
50 Reproducability flaws in end to end Machine Learning debugging
Reproducability flaws in end to end Machine Learning debugging
MLOps.community
51 3rd wave of data scientists
3rd wave of data scientists
MLOps.community
52 MLOps meetup #7 Alex Spanos // TrueLayer 's MLOps Pipeline
MLOps meetup #7 Alex Spanos // TrueLayer 's MLOps Pipeline
MLOps.community
53 MLOps Meetup #8 Optimizing Your ML Workflow with Kubeflow 1.0
MLOps Meetup #8 Optimizing Your ML Workflow with Kubeflow 1.0
MLOps.community
54 Are Kubeflow and Airflow complementary?
Are Kubeflow and Airflow complementary?
MLOps.community
55 Why Kubeflow gained so much traction=open community
Why Kubeflow gained so much traction=open community
MLOps.community
56 Who decides the dirrection of Kubeflow
Who decides the dirrection of Kubeflow
MLOps.community
57 What do Kubeflow and Arrikto do and how do they work together?
What do Kubeflow and Arrikto do and how do they work together?
MLOps.community
58 Versioning your ML steps with Kubeflow
Versioning your ML steps with Kubeflow
MLOps.community
59 Machine Learning Lifecycles//Perception vs Reality
Machine Learning Lifecycles//Perception vs Reality
MLOps.community
60 Kubeflow vs SageMaker in Machine Learning
Kubeflow vs SageMaker in Machine Learning
MLOps.community

The video teaches data scientists how to collaborate remotely using MLOps, covering the challenges and solutions for asynchronous collaboration in machine learning. It introduces various tools that can help solve these problems and provides a comprehensive overview of the topic. By watching this video, viewers can learn how to implement MLOps pipelines, collaborate on machine learning projects, and version control data and models.

Key Takeaways
  1. Understand the challenges of remote collaboration in machine learning
  2. Learn about synchronous and asynchronous collaboration
  3. Familiarize yourself with traditional software collaboration using GitHub
  4. Explore tools for data versioning, metric tracking, and parameter tracking
  5. Implement MLOps pipelines using tools like MLflow, Weights and Biases, DVC, Pachyderm, and DotScience
💡 Asynchronous collaboration is crucial for remote data science teams, but it poses unique challenges in machine learning, such as data versioning and metric tracking. Various tools can help solve these problems and improve collaboration.

Related Reads

Up next
How Neural Networks Actually Work: The Perceptron Explained
Insightforge | AI & Data Science
Watch →