KOSASIH / Galactic-Chain

One-line docstring should fit on one line with quotes FLK-D200
Documentation
Minor
4 months ago4 months old
One-line docstring should fit on one line with quotes
 7        self.data_manager = data_manager
 8
 9    def uncertainty_sampling(self, num_samples):
10        """11        Selects the top `num_samples` data points with the highest uncertainty.
12        """
13        uncertainty_values = []