The problem in the tutorial we dealt with is to decide whether a student gets an admit in a university after application. Hence, this problem can be considered to be a binary classification problem.
"df = pd.read_csv('https://raw.githubusercontent.com/gsbDBI/torch-choice/main/tutorials/public_datasets/HC.csv', index_col=0)\n", ...