Hello,
What is the best approach for training a model on panel data ? Which package on R?
In detail: should i use a time series data sampling year year of the panel as if it was time series or does it exist a good approach handling panel data in terms of sampling?
Thanks a lot.
1 Like
Hello
I try to use the object recipe() and workflow() to fit machine_learning models. I would like to compare their performance with other function that i create. Do you know if we can use any function (say x² + 2 x -3) with these objects in place of a machine_learning model (say neural_network)?
Thank you