Giter Site home page Giter Site logo

Comments (2)

a-hanf avatar a-hanf commented on May 26, 2024

mlr3automl adapts to the provided task (the pipeline that is created may be different for different tasks). Also, optimal hyperparameters will depend on the data. I'm not sure I understand your use case, can you elaborate a little bit more on what you want to happen when there are multiple tasks?

I would be happy to have more contributors :) You can create a pull request into the development branch with any new features / bugfixes / etc.

from mlr3automl.

MislavSag avatar MislavSag commented on May 26, 2024

It s possible to use more than one task in mlr3 benchmark, for example:

design = benchmark_grid(
  tasks = tsks(c("spam", "german_credit", "sonar")),
  learners = lrns(c("classif.ranger", "classif.rpart", "classif.featureless"),
    predict_type = "prob", predict_sets = c("train", "test")),
  resamplings = rsmps("cv", folds = 3)
)

but this is not possible in AutoML function. I thought it would be very convenient to allow for more than onw task in AutoML. All tasks should be of the same type ofc (for example all should be binary classification).

It seems to me you found workaround to use number of features in mlr3 trafo. It seems there is an simple solution here mlr-org/mlr3tuning#309.

from mlr3automl.

Related Issues (18)

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.