Rate This Document
Findability
Accuracy
Completeness
Readability

KSML Installation

  1. 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.
  2. 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
  3. Check the installation result.

  4. 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