HALF.Commons# HALF.Commons.SingletonMeta# class HALF.Commons.SingletonMeta.SingletonMeta[source]# Bases: type This is a thread-safe implementation of Singleton. __call__(*args, **kwargs)[source]# Possible changes to the value of the __init__ argument do not affect the returned instance. HALF.Commons.const# class HALF.Commons.const.ModelStrategy[source]# Bases: str, Enum An enumeration. RESET = 'reset'# UPDATE = 'update'# HALF.Commons.data# class HALF.Commons.data.DataLogAccuracy[source]# Bases: object DataLogAccuracy(lb_dataset_size: int, test_acc: float) __init__(lb_dataset_size, test_acc)# Parameters: lb_dataset_size (int) – test_acc (float) – Return type: None lb_dataset_size: int# test_acc: float#