Regression Analysis Recipes
Author | : Geetha Subramanian |
Publisher | : Apress |
Total Pages | : 0 |
Release | : 2022-10-14 |
ISBN-10 | : 1484278046 |
ISBN-13 | : 9781484278048 |
Rating | : 4/5 (46 Downloads) |
Download or read book Regression Analysis Recipes written by Geetha Subramanian and published by Apress. This book was released on 2022-10-14 with total page 0 pages. Available in PDF, EPUB and Kindle. Book excerpt: Use regression analysis tools to solve problems in Python and R. This book provides problem-solving solutions in Python and R using familiar datasets such as Iris, Boston housing data, King County House dataset, etc. You'll start with an introduction to the various methods of regression analysis and techniques to perform exploratory data analysis. Next, you'll review problems and solutions on different regression techniques with building models for better prediction. The book also explains building basic models using linear regression, random forest, decision tree, and other regression methods. It concludes with revealing ways to evaluate the models, along with a brief introduction to plots. Each example will help you understand various concepts in data science. You'll develop code in Python and R to solve problems using regression methods such as linear regression, support vector regression, random forest regression. The book also provides steps to get details about Imputation methods, PCA, variance measures, CHI2, correlation, train and test models, outlier detection, feature importance, one hot encoding, etc. Upon completing Regression Analysis Recipes, you will understand regression analysis tools and techniques and solve problems in Python and R. What You'll Learn Perform regression analysis on data using Python and R Understand the different kinds of regression methods Use Python and R to perform exploratory data analysis such as outlier detection, imputation on different types of datasets Review the different libraries in Python and R utilized in regression analysis Who This Book Is For Software Professionals who have basic programming knowledge about Python and R