This course discusses the theoretical foundation for techniques associated with supervised machine learning models. A series of demonstrations and practices is used to reinforce all the concepts and the analytical approach to solving business problems. In addition, a business case study is defined to guide participants through all steps of the analytical life cycle, from problem understanding to model deployment, by illustrating data exploration, data preprocessing, feature selection, model training and validation, model assessment, and scoring. This course is the core of the SAS Viya Data Mining and Machine Learning curriculum. It uses Model Studio, the pipeline flow interface in SAS Viya that enables you to prepare, develop, compare, and deploy advanced analytics models. You learn to train supervised machine learning models to make better decisions on big data.
Learn How To
Apply the analytical life cycle to a business need. Incorporate a business-problem-solving approach in daily activities. Prepare and explore data for analytical model development. Create and select features for predictive modeling. Develop a series of supervised learning models based on different techniques such as decision trees, ensembles of trees (forest and gradient boosting), neural networks, and support vector machines. Evaluate and select the best model based on business needs. Deploy and manage analytical models under production.Who Should Attend
Business analysts, data analysts, marketing analysts, marketing managers, data scientists, data engineers, financial analysts, data miners, statisticians, mathematicians, and others who work in correlated areas
Prerequisites
Before attending this course, participants should have at least an introductory-level familiarity with statistics and machine learning concepts. You can gain this knowledge by first attending the Statistics You Need to Know for Machine Learning course. Previous SAS software experience is helpful but not required.
SAS Products Covered
SAS Viya
Course Outline
Introduction
Machine learning in business decision making. Essentials of supervised prediction. Introduction to SAS Viya.Data PreparationData exploration. Feature extraction. Input transformations. Feature selection. Variable clustering (self-study). Best practices. Selecting your algorithm.Decision Trees and Ensembles of TreesIntroduction. Tree-structure models. Recursive partitioning. Pruning. Ensembles of trees.Neural NetworksIntroduction. Network architecture.Network learning and optimization.Support Vector Machines and Additional TopicsLarge-margin linear classifier. Methods of solution. Nonlinear classifier: Kernel Trick. Additional tools.Model Assessment and DeploymentModel assessment and comparison. Model deployment.