Major Pitfalls of Data Science Projects | Elad Cohen

By Medium - 2021-03-21

Description

Working on a data science project, especially with a new stakeholder, can be challenging. Learn how to avoid the main pitfalls in your next project.

Summary

  • Working on a data science project, especially with a new stakeholder, can be challenging.
  • This can also help you set expectations from the get-go — some stakeholders might expect the impossible from ML, and it’s much better to be upfront about this before starting the project.
  • After you have finally improved the model to meet the original threshold and it is being leveraged by the business, the stakeholder now requests the ability to explain the rationale behind each prediction.

 

Topics

  1. Backend (0.37)
  2. Machine_Learning (0.22)
  3. Database (0.19)

Similar Articles

Data Science Learning Roadmap for 2021

By freeCodeCamp.org - 2021-01-12

Although nothing really changes but the date, a new year fills everyone with the hope of starting things afresh. If you add in a bit of planning, some well-envisioned goals, and a learning roadmap, yo ...

15 Essential Steps To Build Reliable Data Pipelines

By Medium - 2020-12-01

If I learned anything from working as a data engineer, it is that practically any data pipeline fails at some point. Broken connection, broken dependencies, data arriving too late, or some external…