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

Integrate semi-supervised learning to MOA #189

Open
wants to merge 26 commits into
base: master
Choose a base branch
from

Conversation

MinhHuong
Copy link

In this commit, a new tab panel for Semi-supervised Learning will be pushed to MOA. New functionalities include:

  • Semi-supervised streams that can simulate a stream with randomly removed labels

  • New learners for SSL found in classifiers/semisupervised (Cluster-n-Label & Self-training)

  • CluStream also has an adaptation to make it compatible to use with SSL learners (clusterers/semisupervised)

  • Attribute Observers that compute the similarity between categorical attributes according to [1], useful for computing distance for clustering module


[1] S. Boriah, V. Chandola, V. Kumar. "Similarity Measures for Categorical Data: A Comparative Evaluation."

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.

1 participant