← Back to home
Comparison · Analytics

mirai vs mlr3extralearners

A side-by-side editorial comparison of mirai and mlr3extralearners — release velocity, themes, recent moves, and the top alternatives to consider.

mirai vs mlr3extralearners: at a glance

Featuremiraimlr3extralearners
SectorAnalyticsAnalytics
Velocity score2.50.0
Sparks · 30d00
Top themesparallel-computing, async, backpressure, shinymlr3, learner-catalog, h2o, hyperparameters
Last editorial update1h ago2h ago
WebsiteVisit →Visit →

What is mirai?

mirai removed its dispatcher process and added memory backpressure to the queue.

The async evaluation framework releases roughly monthly and moves fast at the architecture level. In 2.7.0 the dispatcher stopped being a separate process and became a thread, after its loop had already been rewritten in C inside nanonext one release earlier. The same release added an opt-in memory budget for queued task payloads and try_mirai(), which returns NULL immediately rather than blocking when that budget is exhausted.

Read the full mirai trajectory →

What is mlr3extralearners?

The mlr3 learner catalogue is growing fast and pruning hyperparameters just as deliberately.

mlr3extralearners is the overflow catalogue for mlr3 learners that do not ship in the core packages — currently spanning H2O, Botorch, fastai, glmnet, survival and competing-risks models. The last two feature releases added roughly thirty learners between them. 1.6.0 then went the other way, cutting hyperparameters that were never correctly forwarded.

Read the full mlr3extralearners trajectory →

mirai vs mlr3extralearners: editorial side-by-side

M
mirai
ANALYTICS
2.5

mirai removed its dispatcher process and added memory backpressure to the queue.

◆ Current state

The async evaluation framework releases roughly monthly and moves fast at the architecture level. In 2.7.0 the dispatcher stopped being a separate process and became a thread, after its loop had already been rewritten in C inside nanonext one release earlier. The same release added an opt-in memory budget for queued task payloads and try_mirai(), which returns NULL immediately rather than blocking when that budget is exhausted.

◆ Where it's heading

Two threads of work run together: cutting overhead out of the task path — thread-based dispatcher, in-process transport for synchronous daemons, lower per-element dispatch cost in mirai_map() — and making the framework safe to embed in an event loop, where blocking the host R thread is not acceptable. Deployment reach is growing too, with http_config() launching remote daemons over HTTP APIs and auto-configuring for Posit Workbench. Each release pins a minimum nanonext version, so the two packages advance as one unit.

◆ Prediction

With backpressure in place but opt-in, the open question these notes leave is whether a default memory budget arrives; continued overhead reduction and Shiny-facing non-blocking paths are the safer bet.

M0.0

The mlr3 learner catalogue is growing fast and pruning hyperparameters just as deliberately.

◆ Current state

mlr3extralearners is the overflow catalogue for mlr3 learners that do not ship in the core packages — currently spanning H2O, Botorch, fastai, glmnet, survival and competing-risks models. The last two feature releases added roughly thirty learners between them. 1.6.0 then went the other way, cutting hyperparameters that were never correctly forwarded.

◆ Where it's heading

Two forces are visible. The catalogue expands in bursts — 1.4.0 and 1.5.0 each added large batches, including a full H2O family and Bayesian regression models — while the maintenance releases in between are dominated by skipping tests on platforms where Python-backed learners crash. 1.6.0 marks a shift toward correctness of the existing surface: priority_lasso parameter sets reduced to what actually passes through, and Cox-inapplicable glmnet parameters removed.

◆ Prediction

The Python-backed learners are the recurring source of platform instability, so expect continued pinning and test-skipping there alongside the next batch of additions.

Alternatives to mirai and mlr3extralearners

Other Analytics products tracked by Sparkpulse, ranked by recent ship velocity. Each card links to a full editorial trajectory and lets you pivot into a head-to-head comparison with either mirai or mlr3extralearners.

See all mirai alternatives → · See all mlr3extralearners alternatives →

Recent activity from mirai and mlr3extralearners

Latest ship moves from both products, interleaved chronologically. ⚡ = editorial spark.

  1. 25d agomiraiMap collection and daemon lifecycle fixes
  2. 1mo agomlr3extralearnersHyperparameter sets pruned where arguments were never forwarded
  3. 2mo agomiraiAgent skill ships in-package; HTTP headers take over auth
  4. 3mo agomiraiDispatcher becomes a thread, and the queue gains a memory budget
  5. 3mo agomlr3extralearnersDependency version updates
  6. 4mo agomlr3extralearnersPlatform-specific test skips
  7. 4mo agomlr3extralearnersSixteen new learners, including a full H2O family
  8. 5mo agomiraiParallel RNG seeding leaves experimental status
  9. 6mo agomiraiRemote daemons over HTTP, and a C dispatcher loop
  10. 6mo agomlr3extralearnersTwenty new learners and a survival learner rename
  11. 8mo agomiraiTelemetry span timing and daemon-switch fix

Frequently asked questions

What is the difference between mirai and mlr3extralearners?

They serve adjacent needs but don't currently overlap on shipped themes. mirai is currently shipping more aggressively (velocity 2.5 vs 0.0), with 0 editorial sparks in the last 30 days against 0. See the at-a-glance table above for a side-by-side breakdown of velocity, recent sparks, and editorial themes.

Is mirai better than mlr3extralearners?

Sparkpulse doesn't pick a winner — we score release velocity, not feature parity. mirai is currently shipping more aggressively (velocity 2.5 vs 0.0), with 0 editorial sparks in the last 30 days against 0. For your specific use case, the alternatives sections above list other Analytics products to evaluate alongside.

What are the best alternatives to mirai?

Top mirai alternatives in Analytics are ranked by recent ship velocity. Browse the "mirai alternatives" section above for the current picks, or visit /alternatives/mirai for the full list with editorial commentary on each.

What are the best alternatives to mlr3extralearners?

Top mlr3extralearners alternatives in Analytics are ranked by recent ship velocity. Browse the "mlr3extralearners alternatives" section above for the current picks, or visit /alternatives/mlr3extralearners for the full list with editorial commentary on each.