Git Product home page Git Product logo

Comments (2)

mb706 avatar mb706 commented on June 12, 2024

The semantics of a character feature (at least as far as mlr3pipelines sees it) are that it contains "free text", as opposed to levels of a fixed set of possible values (like factors). One would typically apply "nlp" methods on character features, e.g. using po("textvectorizer") to extract a bag of words representation.
If you really want to do factor encoding on character features, then your case is comparable to wanting to do factor encoding on numeric features: what you really want is for mlr3 to see the semantics of your feature in a non-standard way. The solution for this is to convert your feature, using po("colapply", applicator = as.factor). Does your usecase work with that?

from mlr3pipelines.

bblodfon avatar bblodfon commented on June 12, 2024

Martin the issue here is that many datasets that we use in R, have factors as characters (in terms of their type). So when users try to do (factor) encoding, they expect to get the feature called sex ("male" and "female") encoded but they don't. The colapply is a workaround for sure (+affect_columns needs to be configured properly, extra thing) but if docs says the PipeOp does work on character features but it actually doesn't work, well one of the two needs to be changed/updated :)

from mlr3pipelines.

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.