'How to fetch ground truth in Cdlib

I am working with Cdlib. I want to fetch the ground truth of the Karate dataset via the below code

gt_coms = datasets.fetch_network_data(fetch_ground_truth_data ="karate_club")

This gives me the following error

fetch_network_data() got an unexpected keyword argument 'fetch_ground_truth_data'



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source