Giter Site home page Giter Site logo

scaling well in mlr 3 about mlr3 HOT 5 CLOSED

mlr-org avatar mlr-org commented on August 24, 2024
scaling well in mlr 3

from mlr3.

Comments (5)

berndbischl avatar berndbischl commented on August 24, 2024

hi!
would you maybe add a few lines about how you would envision that exactly? maybe with a concrete use case / example?

from mlr3.

berndbischl avatar berndbischl commented on August 24, 2024

or just some extra context

from mlr3.

AtharKharal avatar AtharKharal commented on August 24, 2024

hi,
pbdR has packages like MPI, ZeroMQ, ScaLAPACK, NetCDF4 and PAPI which are highly scalable. The parallel and distributed computing capability of mlr may be enhanced by these packages, specially ScaLAPACK. Somthing from Socket to MPI.

from mlr3.

mllg avatar mllg commented on August 24, 2024

I don't think that these packages and mlr3 team up well.

For parallelization, we rely on the future package which supports (besides many others) MPI/socket clusters.

There is a dbplyr backend to connect to out-of-memory data, e.g. SQL databases, Spark or bigquery. See https://github.com/mlr-org/mlr3db.

Finally, we are not doing any matrix operations ourselves, so we have no use for ScaLAPACK. We call learning algorithms from third party packages, and these are usually linked against the system BLAS/LAPACK.

from mlr3.

mllg avatar mllg commented on August 24, 2024

If there are any interesting learning algorithms provided by the packages, these can of course be connected as learners.

from mlr3.

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.