moa icon indicating copy to clipboard operation
moa copied to clipboard

Modified EFDT

Open darshna-creator opened this issue 5 years ago • 6 comments

darshna-creator avatar Mar 05 '20 10:03 darshna-creator

air i want to change to change base learner is it poasible?? if yes then how??

On Fri, 6 Mar, 2020, 2:01 am Heitor Murilo Gomes, [email protected] wrote:

@hmgomes commented on this pull request.

In moa/src/main/java/moa/classifiers/meta/StreamingRandomPatches.java https://github.com/Waikato/moa/pull/199#discussion_r388547301:

@@ -76,7 +76,7 @@ private static final long serialVersionUID = 1L;

 public ClassOption baseLearnerOption = new ClassOption("baseLearner", 'l',
  •        "Classifier to train on instances.", Classifier.class, "trees.HoeffdingTree -g 50 -c 0.01");
    
  •        "Classifier to train on instances.", Classifier.class, "trees.ARFFIMTDD -g 50 -c 0.01");
    

The default base learner for StreamingRandomPatches should not be ARFFIMTDD.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Waikato/moa/pull/199?email_source=notifications&email_token=AOTTEY6XWTZQZXZBKK52XJDRGADZDA5CNFSM4LCG3W4KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCYGBUEI#pullrequestreview-369891857, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOTTEYYFH3YWE6B43OYVU5DRGADZDANCNFSM4LCG3W4A .

darshna-creator avatar Mar 06 '20 01:03 darshna-creator

air i want to change to change base learner is it poasible?? if yes then how??

Yes, it is possible. You can do that in the GUI or in the command line, just change the parameter. For example, in the command line:

EvaluateInterleavedTestThenTrain -l (meta.StreamingRandomPatches -l bayes.NaiveBayes)

hmgomes avatar Mar 06 '20 02:03 hmgomes

sir how to use EFDT.java algorithm on stream.

darshna-creator avatar Apr 06 '20 03:04 darshna-creator

I want to efdt algorithm on gui ......but I am not able to find it

darshna-creator avatar Apr 07 '20 01:04 darshna-creator

got it

darshna-creator avatar Apr 07 '20 02:04 darshna-creator

I want to add MEFDT which is a modified EFDT in classifiers. Sir Kindly confirm about changes or let me how to test my algorithm on experimental tab of MOA. Please Anyone reply as soon as possible.

darshna-creator avatar May 26 '20 06:05 darshna-creator