Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.16 KB

File metadata and controls

24 lines (13 loc) · 1.16 KB

Automobile Dataset

  1. This data set consists of three types of entities: (a) the specification of an auto in terms of various characteristics, (b) its assigned insurance risk rating, (c) its normalized losses in use as compared to other cars.

  2. The second rating corresponds to the degree to which the auto is more risky than its price indicates. Cars are initially assigned a risk factor symbol associated with its price. Then, if it is more risky (or less), this symbol is adjusted by moving it up (or down) the scale. Actuarians call this process "symboling". A value of +3 indicates that the auto is risky, -3 that it is probably pretty safe.

  3. The third factor is the relative average loss payment per insured vehicle year. This value is normalized for all autos within a particular size classification (two-door small, station wagons, sports/speciality, etc…), and represents the average loss per car per year.

Project goal: exploratory data analysis.

Table of Contents

  1. Download libraries

  2. Import dataset

  3. Analyzing Individual Feature Patterns Using Visualization

  4. Descriptive Statistical Analysis

  5. Grouping and Pivot Tables

  6. Correlation

Conclusion: