Which of the following is NOT an activation function?
Which two encoders can be used to transform categorical data into numerical features? (Select two.)
Which of the following tests should be performed at the production level before deploying a newly retrained model?
Your dependent variable data is a proportion. The observed range of your data is 0.01 to 0.99. The instrument used to generate the dependent variable data is known to generate low quality data for values close to 0 and close to 1. A colleague suggests performing a logit-transformation on the data prior to performing a linear regression. Which of the following is a concern with this approach?
Definition of logit-transformation
If p is the proportion: logit(p)=log(p/(l-p))