Technical requirements
For the analysis and modeling that will be carried out in this chapter, you will need access to the DataRobot software. Jupyter Notebook is crucial for this chapter as most of the interactions with DataRobot will be carried out from the console. Your Python version should be 2.7 or 3.4+. Now, let's look at the dataset that will be utilized in this chapter.
Check out the following video to see the Code in Action at https://bit.ly/3wV4qx5.
Automobile Dataset
The automobile dataset can be accessed at the UCI Machine Learning Repository ( https://archive.ics.uci.edu/ml/datasets/Automobile). Each row in this dataset represents a specific automobile. The features (columns) describe its characteristics, risk rating, and associated normalized losses. Even though it is a small dataset, it has many features that are numerical as well as categorical. Its features are described on its web page and the data is provided in.csv
format.
Dataset Citation
Dua...