The Dataset and Exploratory Data Analysis

Get introduced to the dataset and start exploring it.

We'll cover the following

Context

A client contacts us, and their data is highly confidential. The client does not want to disclose the names of the features, and they are already coded for confidentiality (client’s preference). The data is growing, and the client wants to use machine learning to make decisions and automate their processes. So, we are tasked with using the given coded data and the target class in the Results column to develop a machine learning model to facilitate decision-making. It’s a classification problem, and we decided to start with the KNN algorithm.

Let's see how it works and import the libraries that we need.

Get hands-on with 1200+ tech skills courses.