"dependent_task_ids": [],
"instruction": "Load the sklearn Wine recognition dataset."
"dependent_task_ids": ["1"],
"instruction": "Perform exploratory data analysis and include a plot of the dataset features."
"dependent_task_ids": ["1"],
"instruction": "Split the dataset into training and validation sets with a 20% validation split."
"dependent_task_ids": ["3"],
"instruction": "Train a model on the training set to predict wine class."
"dependent_task_ids": ["4"],
"instruction": "Evaluate the model on the validation set and show the validation accuracy."