MinhHuong / Stream_mining_project

A repo for data stream mining project (M2 D&K)
0 stars 1 forks source link

Finding a library of RIPPER classifier #9

Open MinhHuong opened 5 years ago

MinhHuong commented 5 years ago

RIPPER (Fast Effective Rule Induction) is not available in scikit-multiflow. It'd be good to find any library that has implemented this method. It'd be good to have it to conduct experiments and to do comparison.

soum-kd commented 5 years ago

instead of testing the name of the classifier in the partial_fit method, i sugest to pass the name of the classifier in the parameters of the class weighted_ensambles_classfier and instanciate the classifiers in the demo.py in an array like we did for the previous lab