from thu_big_data_ml.svm.kernel_hpo import SupportVectorClassifierConfigfrom fastcore.allimport patch, store_attr
/home/ye_canming/repos/assignments/THU-Coursework-Machine-Learning-for-Big-Data/thu_big_data_ml/svm/kernel_hpo.py:224: ExperimentalWarning:
QMCSampler is experimental (supported from v3.0.0). The interface can change in the future.
/home/ye_canming/repos/assignments/THU-Coursework-Machine-Learning-for-Big-Data/thu_big_data_ml/svm/kernel_hpo.py:225: ExperimentalWarning:
WilcoxonPruner is experimental (supported from v3.6.0). The interface can change in the future.
[I 2024-11-30 04:17:44,906] Using an existing study with name 'svm kernel hpo 11.17 3.0' instead of creating a new one.
Exported source
class KernelSupportVectorClassifier:"""自己实现的支持向量机分类器。需要支持多分类。 """def__init__(self, config:SupportVectorClassifierConfig): store_attr()