ink.miner.task_specific_mining.specific_fit¶
-
ink.miner.task_specific_mining.specific_fit(miner, X_trans, y)¶ Function to mine task-specific rules
- Parameters
miner – instance of the RuleSetMiner
X_trans (tuple) – Tuple value containing 1) a sparse binary representation, 2) list of indices, 3) column features.
y (list) – List containing the labels for each index
- Returns
Rules