mlr3torch
mlr3torch copied to clipboard
Deep learning framework for the mlr3 ecosystem based on torch
Before implementing the learner. Just build it as a Graph. The graph consists of: 1. Two input nodes (one for tokenization of categoricals, one for numerics). Need to maybe handle...
Go through the callback list in `luz` and see what we also want: https://mlverse.github.io/luz/reference/index.html#callbacks
When we define a lazy tensor and preprocess it, there should be a simple way to visualize the resulting tensors as images to check whether the preprocessing is applied correctly...
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...
#420 Need to add tests I still think the `batch_size` parameter should be required for prediction.
`?torch::dataloader` says ``` batch_sampler: (Sampler, optional): like sampler, but returns a batch of indices at a time. Mutually exclusive with ‘batch_size’, ‘shuffle’, sampler, and ‘drop_last’. Custom samplers can be created...