Michel Lang

Results 86 issues of Michel Lang

`log1p` is numerically accurate for small `x` with `1 + x == 1`: ```r x = 1e-20 log(1 + x) log1p(x) ```

We should store snapshots of learners trained with older versions of mlr3 and predict with them in the unit tests to ensure backward compatibility.

Workshop

A primary key is not helping w.r.t. performance; instead, insert the data sorted. https://duckdb.org/docs/guides/performance/overview

To work with really large data bases.

The `ref()` function is more robust when it comes to renames (works with aliases, throws an error instead of creating broken links).

Priority: Low
Status: Accepted
Type: Optimization

Some blog posts start with a series of `library()` calls. Many of them are not required because their namespace is loaded automatically. Examples are `smotefamiliy`, `mlr3misc` or `mlr3data`.

Priority: Low
Status: Pending
Type: Optimization

We should try to find a unified style for the titles of the posts. They looks a bit chaotic ATM.

Priority: Medium
Status: Pending
Type: Optimization