-
Notifications
You must be signed in to change notification settings - Fork 355
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Modified EFDT #199
Modified EFDT #199
Conversation
@@ -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"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The default base learner for StreamingRandomPatches should not be ARFFIMTDD.
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, ***@***.***> wrote:
***@***.**** commented on this pull request.
------------------------------
In moa/src/main/java/moa/classifiers/meta/StreamingRandomPatches.java
<#199 (comment)>:
> @@ -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
<#199?email_source=notifications&email_token=AOTTEY6XWTZQZXZBKK52XJDRGADZDA5CNFSM4LCG3W4KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCYGBUEI#pullrequestreview-369891857>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOTTEYYFH3YWE6B43OYVU5DRGADZDANCNFSM4LCG3W4A>
.
|
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) |
sir how to use EFDT.java algorithm on stream. |
I want to efdt algorithm on gui ......but I am not able to find it |
got it |
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. |
No description provided.