I created a custom step recipe that does feature selection based on causal modeling. Basically, it runs the algorithm which generates a graph (network) and only keeps the variables that are connected to the output variable I'm trying to predict. It works well and I no major issues with it . However, it would be nice to save the entire graph it generates as it runs through fit_resamples()
or tune_grid()
. I'm currently just writing the graph to a text file which isn't ideal. Any recommendations?
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.