Waikato / moa

MOA is an open source framework for Big Data stream mining. It includes a collection of machine learning algorithms (classification, regression, clustering, outlier detection, concept drift detection and recommender systems) and tools for evaluation.
http://moa.cms.waikato.ac.nz/
GNU General Public License v3.0
613 stars 354 forks source link

Cannot find specific algorithms which are on Github but not on application #246

Closed GilbertFan closed 2 years ago

GilbertFan commented 2 years ago

Hi there It may be a silly question. I am new to MOA and want to use it in my research. I can clearly see some algorithms' implementations on the Github repo, such as AUE2, LearnNSE. However, I cannot find it anywhere when I launch the application. Could someone tells me how I can use these algorithms? Any advice would be appreciated!

Cheers

abifet commented 2 years ago

You need to use the standard mode: https://moa.cms.waikato.ac.nz/new-lite-mode-for-beginners/

Cheers, Albert

On Mon, Nov 22, 2021 at 8:23 PM GilbertFan @.***> wrote:

Hi there It may be a silly question. I am new to MOA and want to use it in my research. I can clearly see some algorithms' implementations on the Github repo, such as AUE2, LearnNSE. However, I cannot find it anywhere when I launch the application. Could someone tells me how I can use these algorithms? Any advice would be appreciated!

Cheers

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Waikato/moa/issues/246, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABAB3EQXS243E2LTX4O4FS3UNHVXNANCNFSM5IQIO6KQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

GilbertFan commented 2 years ago

Thanks!