You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.
To reduce code length, it would be nice to implement targets branching for RF and RGCN model targets. Probably best to implement for the plots in 4_predict_plots.R instead of the model training targets in 4_predict.R because individual models have different specifications, whereas I think all models have the same plot function args.
I wonder if, in a new target, we could add elements to those lists that contain the model_name and out_dir and then map over each list to populate the arguments in plot_vip.
The text was updated successfully, but these errors were encountered:
To reduce code length, it would be nice to implement targets branching for RF and RGCN model targets. Probably best to implement for the plots in
4_predict_plots.R
instead of the model training targets in4_predict.R
because individual models have different specifications, whereas I think all models have the same plot function args.Idea from @lekoenig here:
The text was updated successfully, but these errors were encountered: