R Machine Learning By Example by Raghav Bali
Author:Raghav Bali
Language: eng
Format: epub
Publisher: Packt Publishing
The following visualizations tell us that credit.rating has two classes, 1 and 0, and gives the necessary statistics. Basically, customers with a credit rating of 1 are credit worthy and those with a rating of 0 are not credit worthy. We also observe from the bar chart that the proportion of credit worthy customers in the bank is significantly high compared to the rest.
Next, we will analyze the account.balance feature. Basically, this attribute indicates the current balance of the current account of the customer.
We will start with getting the summary statistics and plotting a bar-chart using the following code snippet. We will include both the outputs together for better understanding.
> # account.balance stats and bar chart > get.categorical.variable.stats(account.balance) > visualize.barchart(account.balance)
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8309)
Azure Data and AI Architect Handbook by Olivier Mertens & Breght Van Baelen(6789)
Building Statistical Models in Python by Huy Hoang Nguyen & Paul N Adams & Stuart J Miller(6765)
Serverless Machine Learning with Amazon Redshift ML by Debu Panda & Phil Bates & Bhanu Pittampally & Sumeet Joshi(6651)
Data Wrangling on AWS by Navnit Shukla | Sankar M | Sam Palani(6438)
Driving Data Quality with Data Contracts by Andrew Jones(6378)
Machine Learning Model Serving Patterns and Best Practices by Md Johirul Islam(6138)
Learning SQL by Alan Beaulieu(6004)
Weapons of Math Destruction by Cathy O'Neil(5795)
Big Data Analysis with Python by Ivan Marin(5388)
Data Engineering with dbt by Roberto Zagni(4393)
Solidity Programming Essentials by Ritesh Modi(4043)
Time Series Analysis with Python Cookbook by Tarek A. Atwan(3900)
Pandas Cookbook by Theodore Petrou(3601)
Blockchain Basics by Daniel Drescher(3305)
Hands-On Machine Learning for Algorithmic Trading by Stefan Jansen(2914)
Feature Store for Machine Learning by Jayanth Kumar M J(2819)
Learn T-SQL Querying by Pam Lahoud & Pedro Lopes(2802)
Mastering Python for Finance by Unknown(2748)
