I am reading through the MLJ documentation and I don't see an example of how a learning network would implement a segmented or nested model, where an array of models would be fit on segments of the training data.
Similar to a h20 segmented model or R nestedmodels. I also think its possible to do this in mlr3.
Does this functionality exist in MLJ?
Thanks