class: title-acc # Statistical Burger ### Otho --- class: middle # Statistical Learning A set of tools and practices to model and extract informations from a complex dataset. --- class: middle .big-formula[Y ~ X] -- .big-formula[Y ~ X<sub>1</sub> + X<sub>2</sub>] -- .big-formula[Y ~ X<sub>1</sub> + X<sub>2</sub> + X<sub>1</sub>*X<sub>2</sub>] --- class: middle .big-formula[Y = β<sub>0</sub> + β<sub>1</sub>X + ε] -- .big-formula[Y = β<sub>0</sub> + β<sub>1</sub>X + β<sub>2</sub>X<sub>1</sub>X<sub>2</sub> + ε] --- <!-- --> --- <!-- --> --- <!-- --> --- <!-- --> --- <!-- --> --- <!-- --> --- <!-- --> --- <!-- --> --- <!-- --> --- <!-- --> --- <!-- --> --- <!-- --> --- <!-- --> --- class: middle .big[All models are wrong, some are useful.] --- <!-- --> --- <!-- --> --- <!-- --> --- <!-- --> --- <!-- --> --- <!-- --> --- <!-- --> --- <!-- --> --- <!-- --> --- <!-- --> --- class: middle .big[Which model is useful?] --- <!-- --> --- <!-- --> --- <!-- --> --- <!-- --> --- <!-- --> --- <!-- --> --- <!-- --> --- class: middle .big[What if the outcome is categorical?] --- <!-- --> --- <!-- --> --- <!-- --> --- <!-- --> --- <!-- --> --- <!-- --> --- <!-- --> --- class: middle # Thank you! - [Introduction to Statistical Learning in R](http://faculty.marshall.usc.edu/gareth-james/ISL/), - [Supervised Machine Learning in R](https://supervised-ml-course.netlify.com/), - [Elements of Statistical Learning](https://web.stanford.edu/~hastie/ElemStatLearn/)