Exploratory data analysis
Week – 2 Exploratory data analysis >>> How to Win a Data Science Competition Learn from Top Kagglers
2
On the top figure you see a scatter plot for variables XX and YY. Variable ZZ is a function of XX and YY and on the bottom figure a scatter plot between XX and ZZ is shown. Can you recover ZZ as a function of XX and YY?
2
(note that it is not the same variable XX as in previous questions).
Which hypotheses about variable XX do NOT contradict with the plots? In other words: what hypotheses we can’t reject (not in statistical sense) based on the plots and our intuition?
We use target variable yy to colorcode the points.
The other three plots were produced by jittering XX and YY values
That is, we add Gaussian noise to the features before drawing scatter plot.
Select the correct statements.
Week – 2 Validation >>> How to Win a Data Science Competition: Learn from Top Kagglers 1. Select true statements 1 point Performance increase on a fixed cross-validation split guaranties…
Week – 1 Recap of How to Win a Data Science Competition 1. What back propagation is usually used for in neural networks? 1 point To propagate signal through network…
Week – 4 Graded Advanced Features II Quiz >>> How to Win a Data Science Competition Learn from Top Kagglers 1. Imagine that we apply X = PCA(n_components=5).fit_transform(data) and data…
Week- 4 Ensembling >>> How to Win a Data Science Competition: Learn from Top Kagglers Programming Assignment: Ensembling implementation Click Here For Assignment 1. Suppose we are given…
Week – 2 Data leakages >>> How to Win a Data Science Competition Learn from Top Kagglers 1. Suppose that you have a credit scoring task, where you have to…