ai-ml-ripperk icon indicating copy to clipboard operation
ai-ml-ripperk copied to clipboard

A high performance rule induction algorithm (RIPPERk).

Results 1 ai-ml-ripperk issues
Sort by recently updated
recently updated
newest added

``` if meta['opts']['e'] == 'learn': # Determine the total possible attribute combinations. # a.k.a the "n" of MDL. for attr, values in meta['attrs'].iteritems(): # Continuous. if values[1]: meta['n'] += 2...