Data Science Pipeline

🧵👇
Acknowledgment:

- John Rollins, @IBM

- Data Science Methodology, @coursera
coursera.org/learn/data-sci…
1. Business Understanding: What is the problem that we are trying to solve?

- We should have clarity of what is the exact problem we are going to solve.

- Asking the right questions as a Data Scientist starts with understanding the goal of the business.
2. Analytical Approach: How can we use data to answer the question?

We should decide the analytical approach to follow which can be of 4 types
- Descriptive
- Statistical
- Predictive
- Prescriptive
and it indicates the necessary data content, formats & sources to be gathered
3. Data requirements: What data do we need to answer the question?

- Identifying the necessary data contents, format, & sources for initial data collection.

-During the process, one should find the answers to questions like ‘what’, ‘where’, ‘when’, ‘why’, ‘how’ & ‘who’.
4. Data Collection: Where is the data coming from (identify sources) and how will we get it?

- In this stage, the data requirements are revised and decisions are made as to whether or not the collection requires more data.
5. Data Understanding: Is the data that we collected representative of the problem to be solved?

- Data understanding comprises all the activities related to constructing the data set.
6. Data Preparation: What additional work is required to manipulate & work with the data?

This phase shapes the data into a state where it may be easier to work with. Involves Data cleansing:-
- Missing Data
- Invalid Data
- Remove Duplicates
- Formatting
- Feature engineering
7. Modeling - Answers two key questions:
- What is the purpose of data modeling?
- What are the characteristics of this process?

It focuses on developing models that are either descriptive or predictive. The choice of model is based on the approach chosen in step 2.
8. Evaluation: Does the model used, answer the initial question, or need to be adjusted?

It undergoes:
- The Diagnostic Measures: the model works as intended and where are modifications required

- The Statistical Significance: ensures proper data handling and interpretation
9. Deployment: Can we put the model into practice?

As the model is effectively evaluated it is made ready for deployment in the business market. The deployment phase checks how much the model can withstand in the external environment and perform superiorly as compared to others
10. Feedback:

Feedback is the necessary purpose that helps in refining the model and accessing its performance and impact. Steps involved in feedback define the review process, track the record, measure effectiveness, and review with refining.
That's it for this tread 👋

A retweet for the first one would really mean a lot 🙏

If you liked my content and want to get more threads on Data Science, Machine Learning & Python, do follow me @PiyalBanik

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Piyal Banik

Piyal Banik Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @PiyalBanik

25 Jul
#DataScience Project 1

Titanic – Machine Learning from Disaster

Use Machine Learning to create a model that predicts which passengers survived the Titanic shipwreck.

Libraries Used
- Numpy
- Pandas
- Seaborn
- Sickit-Learn

Final Model Chosen
- Decision Tree: 93.03% accuracy🔥
The data science methodology followed has been outlined by John Rollins, IBM

- Business Understanding
- Analytical Approach
- Data requirements
- Data collection
- Data Understanding
- Data Preparation
- Modeling
- Evaluation

Project Code 👇
github.com/Piyal-Banik/Ti…
1. Business Understanding

Given a passenger's information, how can we predict whether he/she survived the Titanic disaster?

2. Analytical Approach:

Our target variable is categorical [survived / not survived], and hence we need classification models for this task.
Read 15 tweets
22 Jul
Data Science Books 📚 you should start reading

🧵👇
1. Data Science from Scratch

You’ll learn how many of the most fundamental DS tools and algorithms work by implementing them from scratch. Includes:

- Python basics
- Linear algebra, statistics, & probability
- Data collection & EDA
- Basic ML Algo

learning.oreilly.com/library/view/d…
2. Python for Data Analysis

This book deals with manipulating, processing, cleaning, and crunching data in Python. It is about the parts of the Python language and libraries you’ll need to effectively solve a broad set of data analysis problems.

learning.oreilly.com/library/view/p…
Read 11 tweets
18 Jul
"People need to know Maths to become Data Scientists or Machine Learning Engineer"

- True! 😀

But, how much do we need to know? 🤔⁉️

This thread 🧵 is an outline of the concepts we should know
1. Let's start with Linear Algebra

You can start working on Data Science or ML without knowing them.

But at some time you may wish to dive deeper.

If you ask me, if there was 1 area of Maths that I would suggest you improve before the other, it would be Linear Algebra.
If I could convince you to learn a minimum of Linear Algebra for Machine Learning, it would be the following👇:

- Systems of Linear Equations & Solving them
- Matrices
- Vector Spaces
- Linear Independence
- Basis & Rank
- Linear Mappings / Projections
Read 19 tweets
11 Jul
Here are this week's Data Science Interview Questions along with the correct answer

Thread 🧵👇

#MachineLearning #Python #100DaysOfCode
Answer by @josh_ko_naman

1) SL has a feedback mechanism.
UL has no feedback mechanism.

2) Supervised learning involves building a model for predicting, or estimating.
In unsupervised learning, we can learn relationships and structures from data

Answer by @ammaryh92 & @arunkumarai

-regularization
-simpler model architecture
-more training data
-reduce noise in the data
-reduce the number of input attributes
-shorter training cycles

Read 7 tweets
9 Jul
15 Days roadmap to master #Python basics for #DataScience & #MachineLearning without having any Prior Experience.

[ Join the #100DaysOfCode & #66daysofdata challenge to keep yourself motivated ]

Thread 🧵👇
Few things to keep in mind before starting
- Learn By Doing, Practicing & Not Just Reading
- Code By Hand [very effective]
- Share, Teach, Discuss and Ask For Help
- Use Online Resources
- Be consistent
- Learn to Use Debugger
I have done all the below-mentioned concepts as part of the #100DaysOfCode challenge and the code can be found in my @github profile.

[Projects & exercise not done. let me know if you want the solutions]

github.com/Piyal-Banik/10…
Read 21 tweets
3 Jul
Want to learn Data Science but confused about where to start and what to follow?

Here are the ultimate 12 months Learning path to becoming a Data Scientist 👨‍🎓

Note: I'm personally following this roadmap

🧵👇

#DataScience #MachineLearning #100DaysOfCode #66DaysOfCode #Python
Since we're currently in July, so start from this month.

Understanding Data Science and getting started with Python
- what is data science?
- what does a data scientist do?
- find out various resources
- Set up the system
- Learn Python basics
- Introduction to Pandas & Numpy
August -

Mathematics, Statistics & SQL
- Linear Algebra
- Introduction to Probability
- Statistics - inferential & descriptive
- Exploratory Data Analysis
- SQL for Data science
- Projects on EDA and SQL

Start engaging in the Data Science & Machine Learning community
Read 14 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!

Follow Us on Twitter!

:(