corels / pycorels

Public home of pycorels, the python binding to CORELS
GNU General Public License v3.0
75 stars 14 forks source link

only one rule list for pretty complicated data #10

Open Sandy4321 opened 4 years ago

Sandy4321 commented 4 years ago

I get only one rule list for pretty complicated data data_matrix_train.shape (1420, 18) 18 feature and 1420 observations data was got from one hot data so it sparse

sum(data_matrix_train) array([223, 253, 211, 1, 59, 79, 104, 92, 225, 179, 227, 117, 80, 79, 246, 214, 207, 215], dtype=uint8)

what can be done to get more rules