Discover millions of ebooks, audiobooks, and so much more with a free trial

Only $11.99/month after trial. Cancel anytime.

Data Science and Machine Learning Interview Questions Using R: Crack the Data Scientist and Machine Learning Engineers Interviews with Ease
Data Science and Machine Learning Interview Questions Using R: Crack the Data Scientist and Machine Learning Engineers Interviews with Ease
Data Science and Machine Learning Interview Questions Using R: Crack the Data Scientist and Machine Learning Engineers Interviews with Ease
Ebook171 pages1 hour

Data Science and Machine Learning Interview Questions Using R: Crack the Data Scientist and Machine Learning Engineers Interviews with Ease

Rating: 0 out of 5 stars

()

Read preview

About this ebook

This book prepares you for the Data Scientist and Machine Learning Engineer interview w.r.t. R programming language.
The book is divided into various parts, making it easy for you to remember and associate with the questions asked in an interview. It covers multiple possible transformations and data filtering techniques in depth. You will be able to create visualizations like graphs and charts using your data. You will also see some examples of how to build complex charts with this data. This book covers the frequently asked interview questions and shares insights on the kind of answers that will help you get this job.
By the end of this book, you will not only crack the interview but will also have a solid command of the concepts of Data Science as well as R programming.
LanguageEnglish
Release dateJun 23, 2020
ISBN9789389845853
Data Science and Machine Learning Interview Questions Using R: Crack the Data Scientist and Machine Learning Engineers Interviews with Ease

Read more from Vishwanathan Narayanan

Related to Data Science and Machine Learning Interview Questions Using R

Related ebooks

Intelligence (AI) & Semantics For You

View More

Related articles

Reviews for Data Science and Machine Learning Interview Questions Using R

Rating: 0 out of 5 stars
0 ratings

0 ratings0 reviews

What did you think?

Tap to rate

Review must be at least 10 words

    Book preview

    Data Science and Machine Learning Interview Questions Using R - Vishwanathan Narayanan

    SECTION 1

    Data Science Basic Questions and Terms

    Learning objective

    In this session, we will learn about data science terminologies and machine learning.

    Key points

    Steps involved in data science

    Variables and types

    Machine learning and types

    Algorithms used in Machine learning

    Let us begin!

    Explain the steps involved in data science?

    Ans. Following are the steps involved:

    1) Get Data from various Data sources available

    2) Generate research question from data

    3) Identify variables present in data. Also, identify important variables or variables to be analyzed as such

    4) Generate hypothesis

    5) Analyze data using graph data like a histogram for example

    6) Fit a model from analyzed data

    7) Accept or reject the hypothesis

    8) Research question answer found

    Figure 1.1: Steps involved in data science

    Example of above steps:

    1) Get data related to temperature for India reference https://data.gov.in/catalog/annual-and-seasonal-maximum-temperature-india

    A template of data set is as follows:

    YEAR, ANNUAL, JAN-FEB, MAR-MAY, JUN-SEP, OCT-DEC

    1901, 28.96, 23.27, 31.46, 31.27, 27.25

    1902, 29.22, 25.75, 31.76, 31.09, 26.49

    1903, 28.47, 24.24, 30.71, 30.92, 26.26

    1904, 28.49, 23.62, 30.95, 30.67, 26.40

    1905, 28.30, 22.25, 30.00, 31.33, 26.57

    1906, 28.73, 23.03, 31.11, 30.86, 27.29

    1907, 28.65, 24.23, 29.92, 30.80, 27.36

    1908, 28.83, 24.42, 31.43, 30.72, 26.64

    1909, 28.39, 23.52, 31.02, 30.33, 26.88

    1910, 28.53, 24.20, 31.14, 30.48, 26.20

    1911, 28.62, 23.90, 30.70, 31.14, 26.31

    1912, 28.95, 24.88, 31.10, 31.15, 26.57

    1913, 28.67, 24.25, 30.89, 30.92, 26.42

    1914, 28.66, 24.59, 30.73, 30.84, 26.40

    1915, 28.94, 23.22, 31.06, 31.51, 27.18

    1916, 28.82, 24.57, 31.88, 30.52, 26.32

    1917, 28.11, 24.52, 30.06, 30.24, 25.74

    1918, 28.66, 23.57, 30.68, 31.11, 26.77

    2) The research question is the annual temperature in India rising?

    3) Variable of interest from the above data set ANNUAL

    4) Hypothesis: Temperature is rising

    5) Analyze data from the above data set:

    Figure 1.2: Graph showing year vs. temperature

    6) Fit the model

    7) Hypothesis accepted or rejected

    Define a variable?

    Ans. Anything which keeps on changing is called variable.

    Explain different types of variables?

    Ans. Variables are of the following type:

    Dependant/Outcome: A variable being affected for example annual temperature in the above example.

    Independent/Predictor: A variable affecting the outcome e.g. deforestation, pollution, and so on in the above example.

    Define Categorical measurement?

    Ans. Categorical measurement contains categories i.e. distinct entities. Example of categories of life on earth is plants, animals, and so on.

    Define Binary variables?

    Ans. Binary variables are those in which only two classes exist like live or dead male or female on or off.

    Define Nominal measurement?

    Ans. Nominal measurements are those of more than two classes. Such categories can be numbers too.

    Explain the Ordinal variable?

    Ans. These are nominal variables that have a logical order. Examples include team ranks in cricket or football, merit list of students appearing for grade students.

    Define Continuous variables?

    Ans. These are variables that can take can any value on the measurement scale example includes pitch of voice which can take any possible value within the range.

    Define Discrete variables?

    Ans. These are variables that can take fixed values in the range. Example number of customers in a bank.

    Is it possible to convert continuous values to discrete and vice versa?

    Ans. Yes based upon the motive of study it is possible to convert discrete values to continuous and vice versa. Example Level of water in the tank can take any value in the range and as such a continuous variable.

    But we can approximate the same to three different levels like empty, full, or half empty and this now becomes discrete.

    Explain the interval variables?

    Ans. These are variables that are grouped on the interval. E.g. is age can be divided into the range like 1-10, 10-20, 20-30, and so on and the person with a particular age would be placed in one of the above groups. When intervals are equal they represent the difference in the equal property being measured.

    Explain the ratio variables?

    Ans. This is a subtype of interval variables where the ratio of scales is used for measurement.

    E.g. Water representation in chemistry is H2O which represent two molecules of hydrogen and one molecule of oxygen. Thus the ratio of elements is 2:

    Enjoying the preview?
    Page 1 of 1