Giter VIP home page Giter VIP logo

Comments (7)

nbokulich avatar nbokulich commented on August 24, 2024

would it be better to do this as a multilabel regression?
currently each dimension is predicted separately

@BenKaehler , could you offer some advice on this? I think multilabel/multioutput regression could theoretically increase accuracy if covariation between each target is taken into account. As far as I can tell from the sklearn docs, MultiOutputRegressor does not do this, however, so we may be stuck.

from q2-sample-classifier.

BenKaehler avatar BenKaehler commented on August 24, 2024

Hi Everyone, my understanding is that scikit-learn doesn't offer anything more sophisticated than providing multiple independent regressors for multioutput problems.

An alternative (that I didn't get time to look into for the feature-classifier) is to use structured learning. Apparently there are several possible libraries to use for structured learning, but I though the best-looking Python one was pystruct. It does have some licensing issues though.

Let me know if you would like me to look into it any further, or if you find a better solution!

from q2-sample-classifier.

nbokulich avatar nbokulich commented on August 24, 2024

It does have some licensing issues though

From pystruct's github page, it appears to be BSD-2. Would this be incompatible with BSD-3?

from q2-sample-classifier.

BenKaehler avatar BenKaehler commented on August 24, 2024

It's not pystruct that's the problem, it's the libraries that it relies upon. See pystruct/pystruct#192 for details.

from q2-sample-classifier.

nbokulich avatar nbokulich commented on August 24, 2024

Have changed latitude and longitude to axis1_category and axis2_category.

Utilizing pystruct is still unresolved... will leave this issue open while I explore options for structured learning.

from q2-sample-classifier.

gregcaporaso avatar gregcaporaso commented on August 24, 2024

it appears to be BSD-2. Would this be incompatible with BSD-3?

No, it is compatible.

from q2-sample-classifier.

nbokulich avatar nbokulich commented on August 24, 2024

predict_coordinates is being removed from this plugin, so I am deleting this issue.

from q2-sample-classifier.

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.