AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
The Importance of Starting with Linear Models and Keeping Things Simple
Linear models should be the starting point in a modeling process./nHigher order nonlinear models should only be considered when linear models are not sufficient./nIn most cases, a linear model is sufficient for the task at hand./nThe performance of a linear model may be lower than that of a neural network within sample, but it tends to perform better out of sample./nNot everyone realizes the importance of evaluating models with out of sample data./nChoosing a simple model is crucial./nStarting with a single feature is recommended when building a code.