KSML Installation
- Download the installation package BoostKit-KSML-1.1.0.zip and decompress it to obtain BoostKit-KSML-1.1.0-1.oe2003.aarch64.rpm and BoostKit-KSML-1.1.0-1.oe2203.aarch64.rpm.
- Select an RPM package matched with the OS version in use. openEuler 20.03 is used as an example.
rpm -ivh BoostKit-KSML-1.1.0-1.oe2003.aarch64.rpm
- Check the installation result.

- After the installation is complete, KSML can be invoked as a Python library.
from BoostKit_KSML.hdd_fault_detect import fault_train from BoostKit_KSML.hdd_fault_detect import fault_update from BoostKit_KSML.hdd_fault_detect import fault_predict from BoostKit_KSML.hdd_slow_detect import slow_detect