This module implements the Patient Rule Induction Method (PRIM) for scenario discovery in Python. This is a standalone version of the PRIM algorithm implemented in the EMA Workbench by Jan Kwakkel, ...
#Accepts a number and returns the list of all the factors of a given number def find_largest_prime_factor(list_of_factors): #Accepts the list of factors and returns ...