RuleKitΒΆ

This package is python wrapper for RuleKit library (a versatile tool for rule learning). Based on a sequential covering induction algorithm, it is suitable for:

  • classification,

  • regression,

  • survival problems.

This wrapper aims to give an easy way to integrate RuleKit functionality into python projects and notebooks. All package models are writen to be compatible with scikit learn library.