logo

Crowdly

Browser

Add to Chrome

Questions Bank (1401169 total)

What does the "S" in CRISP-DM stand for?

View this question
Avoiding overfitting is one of the most important concepts to grasp in data science.
100%
0%
View this question

Which of the following best explains the difference between a population and a sample?

View this question

You are working with a small data set, which contains marks for first year students who took Data Science 141 (ds141), Probability Theory and Statistics 114 (pts114) and Computer Science 114 (cs114).  The data set is stored in an object named marks and is shown below.

Which of the code options below will produce the following output?

View this question

Data science is simply statistics with a bit of coding.

0%
100%
View this question

You are working with a small data set, which contains marks for first year students who took Data Science 141 (ds141), Probability Theory and Statistics 114 (pts114) and Computer Science 114 (cs114).  The data set is stored in an object named marks and is shown below.

Which of the code options below could you use to obtain only the average Data Science 141 mark for the students in this data set?

0%
0%
0%
View this question

Level of education can be an example of an ordinal categorical variable.

100%
0%
View this question

What are the dimensions of the mtcars data frame?

View this question

The context in which data science solutions will be used is not really of interest to data scientists.

0%
100%
View this question

You are working with a small data set, which contains marks for first year students who took Data Science 141 (ds141), Probability Theory and Statistics 114 (pts114) and Computer Science 114 (cs114).  The data set is stored in an object named marks and is shown below.

Which of the code options below could you use to find the students who obtained exactly 75 for Probability Theory and Statistics 114?

View this question