I'm just wondering if someone could clarify what each of these function should return. For example,
- Should
params return trainable and non-trainable parameters? Is params! a multi-argument function which mutates the model parameters, and should it return the set parameters or the updated model?
- Could
fitted be applicable to non-regression problems (e.g., classification, clustering)?