Translator|Li Rui
Reviewer|Sun Shujuan
The world-renowned streaming service Netflix changed its five-star rating system to "thumbs up" in 2017 Simple rating system of "thumbs down" (like) and "thumbs down" (dislike). The system can recommend movies based on percentage matches, but some people find this objectionable. So how do you reduce all the nuances in the art of cinema to a primitive binary reaction? Give it a high rating, but it's not necessarily a movie they'd actually enjoy watching. At least that's what the data says. So how does data analytics work at a company like Netflix? What is the role of the data science team?
NETFLIX FEEDBACK SYSTEM
Extraction: Extract data from the data source and send it to the staging area.
Transformation: Prepare data for consumption and load to push the prepared data further into ETL.
The data engineer is responsible for building the entire pipeline. Most technicians are well versed in what is called "piping." Move data from source to destination through pipelines, transforming it along the way. They design the pipeline architecture, set up the ETL process, configure the warehouse, and connect it with reporting tools. For example, Airbnb has about 50 data engineers. The company may sometimes encounter a more elaborate approach that involves some additional rules. For example, data quality engineers ensure that data is captured and transformed correctly. Having biased or incorrect data is too costly when trying to draw decisions from it. There may be a separate engineer responsible only for ETL. Additionally, business intelligence developers only focus on integrating reporting and visualization tools. However, reporting tools don’t grab the headlines, and data engineer isn’t the best job of the 21st century, but machine learning and data scientist probably are.
It is well known that data scientists are particularly good at collecting data and answering complex questions about the data, such as what will the company's revenue be next quarter? When will the car scheduled with Uber arrive? How likely is it to like Schindler's List and Uncut Gems?
There are actually two ways to answer these questions. Data scientists work with business intelligence tools and warehouse data just like business analysts and data analysts. So, they will get the data from the warehouse. Sometimes data scientists use a data lake: another type of storage for unstructured fraud data. They will create a forecast model and come up with forecasts that can be used by management. It's good for one-time reporting of revenue estimates, but it's not helpful for predicting arrival times of cars for Uber appointments.
The real value of machine learning is that production models can work automatically and regularly generate answers to complex questions, sometimes thousands of times per second, and the things they can handle are much more complex.
In order for the model to work, infrastructure is also required. Sometimes this is a big problem. Data scientists explore data in data warehouses and data lakes, conduct experiments on it, select algorithms, and train models to produce final machine learning code. This requires a deep understanding of statistical databases, machine learning algorithms, and subject areas.
Josh Wills, the former head of data engineering at SLAC, said on Twitter, "Data scientists are people who are better at statistics than any software engineering."
For example, orderers use ubereats software order. Once the user confirms the order, the application must estimate the delivery time, the orderer's location, the restaurant and the order data to be sent to a server where a delivery prediction machine learning model is deployed. But these data are not enough. The model also pulls additional data from a separate database that contains average restaurant prep times and other details. Once all the data is available, the model returns predictions to the orderer. However, the process does not end there. The predictions themselves are saved in a separate database. It will be aimed at monitoring model performance and exploring the model through analysis tools so that it can be updated later. All this data ends up in data lakes and data warehouses.
In fact, the UberEats food ordering service alone uses hundreds of different models working simultaneously to score recommendations, rank restaurants in searches, and estimate delivery times.
Adam Waxman, the core technology leader of Foursquare, believes that there will no longer be data scientists or machine learning engineers in the future, because with the automation of model training and the continuous construction of production environments, Many data scientist jobs will become common functions in software development.
Original title: Roles in Data Science Teams, author: Anomi Ragendran
The above is the detailed content of What you need to know about these roles on a data science team. For more information, please follow other related articles on the PHP Chinese website!