Coder Social home page Coder Social logo

Semi-Supervised Learning about meka HOT 4 OPEN

bubbazz avatar bubbazz commented on June 26, 2024
Semi-Supervised Learning

from meka.

Comments (4)

fracpete avatar fracpete commented on June 26, 2024

The unlabeled dataset requires the exact same structure as the training set (ie same attribute and nominal label order) and the class attribute columns to contain only missing values (ie ?).

If you need to introduce missing values, have a look at the missing-values-imputation Weka package.

I've added a note to Tutorial.tex to make it clearer. Thanks for pointing it out!

from meka.

bubbazz avatar bubbazz commented on June 26, 2024

Thanks for clearing it up. it helped me a lot.

from meka.

bubbazz avatar bubbazz commented on June 26, 2024

Dear Meka-Team,

  1. Is it possible to combine semi-supervised learning with hyperparameter tuning?
  • because in the Tutorial.pdf the Semi-Supervised-Learning with EM/CM has two commands (see the first post) and i can't figure out how to built a pipe with hyperparameter tuning (e.g. meka.*.MultiSearch)
  1. after training and testing (the two seperate commands), how do you predict unseen data.

Thank you very much indeed.

With kind regards

from meka.

fracpete avatar fracpete commented on June 26, 2024

From a quick look at the code:

  1. MultiSearch isn't a semi-supervised algorithm itself (and therefore won't get the unlabeled dataset for training), so can't be used to optimize a semi-supervised classifier.
  2. On the command-line, not sure. In code: meka.core.MLEvalUtils calculates threshold/thresholds using the collected prediction arrays (obtained from the classifier's distributionForInstance method for each row in the weka.core.Instance object) using the meka.core.ThresholdUtils class.

Please note, I don't use Meka, so only some vague pointers.

from meka.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.