You are on page 1of 2

Exploratory Data Analysis(beginner) ,

Univariate, Bivariate and Multivariate —


dataset.

Those who are new to data science and machine learning and if you are
looking for some guidance and resources to prepare, then this blog is so
great one that it had give some nice advice and guidance and also nearly
given 2000 resources to prepare mostly for free. this blog has reached
25000views in just 5 days after it published.

please check out that blog about “Ultimate guide and resources to data
science 2019”

This blog is written imaging a newbie to Data science (with some knowledge
on python and its packages like NumPy, pandas, matplotlib, seaborn) in
mind. so I will take you to a clear explanation of everything that I can. after
reading this blog you will get an idea of Exploratory Data Analysis(EDA) using
Univariate visualisations, bivariate visualisation, and multivariate
visualisation and some plots. Don't worry if these terms sound alien to you.
will tell you clearly what every term is used for.

Data science life cycle:


Every Data science Beginner, working professional, student or practitioner
follows a few steps while doing. I will tell you about all these steps in simple
terms for your understanding.
1.Hypothesis definition:- A proposed explanation as a starting point for
further investigation.

Ex:- A(company) wants to release a Raincoat(product) in Summer. now the


company is in a dilemma whether to release the product or not. (i know its a
bad idea, but for understanding, let's think this.)

2. Data Acquisition:- collecting the required data.

Ex:- collecting the last 10 years of data in a certain region.

3.Exploratory Data Analysis(EDA):- Analysing collected data using some


concepts(will see them below).

Ex: on collected data(existing data)data scientists will perform some analysis


and decide, what are features/metrics to consider for model building.

4.Model building:- this is where Machine learning comes into light.

Ex:- by using metrics(outputs of EDA), they will predict(using ML )whether


the product will be successful or not if it goes into the market.

5.Result report:- after doing EDA and Model building, it generates results.

Ex: as a result of all the above steps we get some results, which decides
whether to start production or not.

6.final Product:- based on the result, we will get a product.

Ex:- if the result generated is positive, A(company) can start production. if


the result is negative, A won't start production.

You might also like