Git Product home page Git Product logo

Comments (4)

larskotthoff avatar larskotthoff commented on June 14, 2024

Also check definitions for attribute selection. Conditional dependencies do not appear to be specified completely there.

from autoweka.

larskotthoff avatar larskotthoff commented on June 14, 2024

Certain attribute selection search methods disallow certain evaluation methods. There's currently no way to specify these conditional dependencies as each class (i.e. each evaluation/search method) is only considered in isolation.

The proper way to fix this would be to have a unified parameter space for attribute selection where the top-level parameter determines the algorithm to be run and everything else hangs off of that with conditionals. This will require a major redesign of AutoWEKA's internals.

from autoweka.

larskotthoff avatar larskotthoff commented on June 14, 2024

Upon closer inspection it turns out that there are some such dependencies with respect to classifiers as well, so really the only proper way would be to have a grand unified parameter space definition for everything.

from autoweka.

larskotthoff avatar larskotthoff commented on June 14, 2024

Examples of things that need to be addressed in the parameter space definition but can't be at the moment:

Training classifier (weka.classifiers.lazy.LWL [-U, 3, -A, weka.core.neighboursearch.LinearNNSearch, -W, weka.classifiers.rules.OneR , --, -B, 3]) failed: Classifier must be a WeightedInstancesHandler!
java.lang.IllegalArgumentException: Classifier must be a WeightedInstancesHandler!
    at weka.classifiers.lazy.LWL.buildClassifier(LWL.java:507)
    at autoweka.ClassifierRunner$BuilderThread.doWork(ClassifierRunner.java:399)
    at autoweka.WorkerThread.run(WorkerThread.java:26)


Training classifier (weka.classifiers.meta.RandomCommittee [-I, 10, -S, 1, -W, weka.classifiers.bayes.BayesNet, --, -Q, weka.classifiers.bayes.net.search.local.TAN]) failed: Base learner must implement Randomizable!
java.lang.IllegalArgumentException: Base learner must implement Randomizable!
    at weka.classifiers.meta.RandomCommittee.buildClassifier(RandomCommittee.java:150)
    at autoweka.ClassifierRunner$BuilderThread.doWork(ClassifierRunner.java:399)
    at autoweka.WorkerThread.run(WorkerThread.java:26)

from autoweka.

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.