{"id":1919,"date":"2019-05-20T12:00:00","date_gmt":"2019-05-20T10:00:00","guid":{"rendered":"https:\/\/kindsonthegenius.com\/blog\/data-science-questions-and-answers-questions-1-to-10\/"},"modified":"2026-07-05T03:23:22","modified_gmt":"2026-07-05T01:23:22","slug":"data-science-questions-and-answers-questions-1-to-10","status":"publish","type":"post","link":"https:\/\/kindsonthegenius.com\/blog\/data-science-questions-and-answers-questions-1-to-10\/","title":{"rendered":"Data Science Questions and Answers (Questions 1 to 10)"},"content":{"rendered":"<p>I&#8217;m providing set to data science question and answers. The answers would be clear and brief for anyone to understand no matter your field. However, if you would like to go further, then you can watch the video explanation.<\/p>\n<p>So let&#8217;s get started!<\/p>\n<p><a href=\"https:\/\/kindsonthegenius.com\/tempsite\/data-science-questions-and-answers-questions-11-to-20\/\">Questions 11 to 20<\/a><\/p>\n<h5><strong>1. What is the difference between Exploratory Data Analysis(EDA) and Confirmatory Data Analysis(CDA)<\/strong><\/h5>\n<p>In case of Confirmatory Data Analysis are an analysis of data to test the validity of an already existing theory or hypothesis. EDA on the other hand is an analysis that aims to generate new knowledge by analysing data sets and attempting to find trends within the observations<\/p>\n<p><a href=\"https:\/\/kindsonthegenius.com\/blog\/what-is-the-difference-between-confirmatory-and-exploratory-research\">Read more on the differences here<\/a><\/p>\n<p>&nbsp;<\/p>\n<h5><strong>2. Briefly explain what happens in these phases of data analysis:<\/strong><\/h5>\n<ul>\n<li>\n<h5><strong>Knowledge Acquisition<\/strong><\/h5>\n<\/li>\n<li>\n<h5><strong>Study Design<\/strong><\/h5>\n<\/li>\n<li>\n<h5><strong>Data Collection<\/strong><\/h5>\n<\/li>\n<li>\n<h5><strong>Quality Control<\/strong><\/h5>\n<\/li>\n<li>\n<h5><strong>Anomaly Detection<\/strong><\/h5>\n<\/li>\n<li>\n<h5><strong>Data Imputation<\/strong><\/h5>\n<\/li>\n<\/ul>\n<p><strong>Knowledge Acquisition<\/strong> is the techniques involved in transformation of knowledge from an existing form to a form which i can be used in knowledge-based system. During this phase, the rules of transformation are defined<\/p>\n<p><strong>Study Design <\/strong>which is also called research design is the\u00a0 procedures and methods applied in collecting and analyzing the variables specified in a given research.<\/p>\n<p><strong>Data Collection<\/strong> is the process of collecting information from various sources.<\/p>\n<p><strong>Quality Control<\/strong> which is also called data quality control involves improving the quality of the data and ensuring that the data conforms to the quality requirements. Quality control involves procedure such as error detection, duplicate handling and anomaly detection<\/p>\n<p><strong>Anomaly Detection<\/strong> also called outlier detection is the process involved in identifying items in the data that does not fit into the overall nature of the data. That is observations that look suspicious or significantly different from the rest of the data set.<\/p>\n<p><strong>Data Imputation<\/strong> has to do with replacing the missing data with alternative values.<\/p>\n<p>&nbsp;<\/p>\n<h5><strong>3. Also Explain briefly these other phases of data analysis:<\/strong><\/h5>\n<ul>\n<li>\n<h5><strong>Data Engineering<\/strong><\/h5>\n<\/li>\n<li>\n<h5><strong>Dimensionality Reduction<\/strong><\/h5>\n<\/li>\n<li>\n<h5><strong>Feature Selection<\/strong><\/h5>\n<\/li>\n<li>\n<h5><strong>Method and Hyperparameter Selection<\/strong><\/h5>\n<\/li>\n<li>\n<h5><strong>Evaluation<\/strong><\/h5>\n<\/li>\n<li>\n<h5><strong>Integration of Results (Fusion)<\/strong><\/h5>\n<\/li>\n<li>\n<h5><strong>Decision<\/strong><\/h5>\n<\/li>\n<\/ul>\n<p><strong>Data Engineering<\/strong> is a broad term that has to do with practical application of data analysis<\/p>\n<p><a href=\"https:\/\/kindsonthegenius.com\/tempsite\/pca-tutorial-1-introduction-to-pca-and-dimensionality-reduction\/\"><strong>Dimensionality Reduction:<\/strong><\/a> Here data in high dimension is represented in lower dimension using a set of few principal components<\/p>\n<p><strong>Feature Selection<\/strong> is the process involved in selecting the features of the data that has the most variance<\/p>\n<p><strong>Method and Hyperparameter Selection<\/strong> refers to the process of selecting the parameter of a prior distribution<\/p>\n<p><strong>Evaluation<\/strong> covers a range of activities involved in the data analysis process<\/p>\n<p><strong>Integration of Results (Data Fusion):<\/strong> This is the techniques involved in integrating data from multiple sources into a more\u00a0 consistent, informative and useful form<\/p>\n<p><strong>Decision<\/strong> is some action taken as a result of insight gained from the analyzed data<\/p>\n<p>&nbsp;<\/p>\n<h5><strong>4. What is a random variable?<\/strong><\/h5>\n<p>A random variable is a variable whose values are the output of random experiment.<\/p>\n<p>For example, in case of flipping a coin, the output or result could be either a head(H) or a tail(T). Therefore, this output can be represented using a random variable say X where X\u00a0\u2208 {H, T}.<\/p>\n<p><a href=\"https:\/\/kindsonthegenius.com\/tempsite\/machine-learning-101-introduction-to-probability-theory\/\">More about random experiments.<\/a><\/p>\n<p>&nbsp;<\/p>\n<h5><strong>5. Explain Regression Analysis<\/strong><\/h5>\n<p>Regression is\u00a0 a data analytics techniques used to estimate the relationship between two set of variables (dependent and independent). It is performed by assuming the nature of the relationship and then determining the coefficients of the function.<\/p>\n<h5><\/h5>\n<h5><strong>6. Differentiate between Linear and Non-Linear Regression<\/strong><\/h5>\n<p>In <a href=\"https:\/\/kindsonthegenius.com\/tempsite\/simple-linear-regression-in-machine-learning-a-simple-tutorial\/\">linear regression<\/a>, a linear relationship is assumed to exist between the set of data while in Non-Linear regression a non-linear relationship\u00a0 is assumed.<\/p>\n<p>&nbsp;<\/p>\n<h5><strong>7. Explain the Least-Squares Method of Linear Regression<\/strong><\/h5>\n<p>Least-Squares is a method of solving regression problem by minimizing the sum of squares distances between the each observation and the fitted regression line.<\/p>\n<p>&nbsp;<\/p>\n<h5><strong>8. What is the Coefficient of Determination\u00a0<\/strong><\/h5>\n<p>The Coefficient of determination R2 in regression a measure of how well the regression model represents the data set. It provides the the proportion of variance of one variable that results from the other variable.<\/p>\n<p>In other words, it is the ratio of the explained variation to the total variation. It takes value between 0 and 1 such that<em> 0 &lt; R2 &lt;1.<\/em><\/p>\n<p>&nbsp;<\/p>\n<h5><strong>9. What do you understand by &#8216;Nadaraya Method&#8217;?<\/strong><\/h5>\n<p>The Nadaraya Method is a technique for estimating unknown parameters of a regression function and is suitable for situation where the data comes from a joint p.d.f, f(x, y)<\/p>\n<p>The regression model for the Nadaraya method is:<\/p>\n<h6 style=\"text-align: center;\"><em>Y<sub>i<\/sub> = m(x<sub>i<\/sub>) + e<sub>i<\/sub><\/em><\/h6>\n<p>for i = 1, . . . , n<\/p>\n<p>where m(.) is the unknown<\/p>\n<p>&nbsp;<\/p>\n<h5><strong>10. What is Factor Analysis?<\/strong><\/h5>\n<p><a href=\"https:\/\/kindsonthegenius.com\/tempsite\/basics-of-factor-analysis-for-data-scientists\/\">Factor Analysis<\/a> is a technique used to draw inferences about unobservable quantities that cannot be measured directly. The objective of Factor Analysis is to describe correlation between measured variables in a data set in terms of few underlying factors.<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I&#8217;m providing set to data science question and answers. The answers would be clear and brief for anyone to understand no matter your field. However, &hellip; <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"pagelayer_contact_templates":[],"_pagelayer_content":"","footnotes":""},"categories":[414],"tags":[],"class_list":["post-1919","post","type-post","status-publish","format-standard","hentry","category-programming"],"_links":{"self":[{"href":"https:\/\/kindsonthegenius.com\/blog\/wp-json\/wp\/v2\/posts\/1919","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kindsonthegenius.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kindsonthegenius.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kindsonthegenius.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kindsonthegenius.com\/blog\/wp-json\/wp\/v2\/comments?post=1919"}],"version-history":[{"count":1,"href":"https:\/\/kindsonthegenius.com\/blog\/wp-json\/wp\/v2\/posts\/1919\/revisions"}],"predecessor-version":[{"id":2087,"href":"https:\/\/kindsonthegenius.com\/blog\/wp-json\/wp\/v2\/posts\/1919\/revisions\/2087"}],"wp:attachment":[{"href":"https:\/\/kindsonthegenius.com\/blog\/wp-json\/wp\/v2\/media?parent=1919"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kindsonthegenius.com\/blog\/wp-json\/wp\/v2\/categories?post=1919"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kindsonthegenius.com\/blog\/wp-json\/wp\/v2\/tags?post=1919"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}