Open
Description
Use caching option from Numba
I explore a little bit the skglm source code and I realized you are using Numba decorator @nijt
.
I was wondering if it makes senses to switch to @nijt(cache=True)
.
Indeed, according to Numba documentation caching compiled functions reduces the future compilation time.
Metadata
Metadata
Assignees
Labels
No labels