Skip to content
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

Closed
wants to merge 15 commits into from
Closed

Conversation

darshna-creator
Copy link

No description provided.

@@ -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");
Copy link
Member

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.

@darshna-creator
Copy link
Author

darshna-creator commented Mar 6, 2020 via email

@hmgomes
Copy link
Member

hmgomes commented Mar 6, 2020

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)

@darshna-creator
Copy link
Author

sir how to use EFDT.java algorithm on stream.

@darshna-creator
Copy link
Author

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

@darshna-creator
Copy link
Author

got it

@darshna-creator
Copy link
Author

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 darshna-creator marked this pull request as draft June 8, 2020 11:01
@darshna-creator darshna-creator changed the title Streaming Modified EFDT Jun 8, 2020
@hmgomes hmgomes closed this Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants