Oliver B Generalao

Results 2 issues of Oliver B Generalao

In the section [7_04_The_Brute-Force_Approach_to_Identifying_Predictive_Interactions](https://bookdown.org/max/FES/complete-enumeration.html), the code [ames_pairwise.R](https://github.com/topepo/FES/blob/06812c48a21882808403cee338b8312fdbd35a46/07_Detecting_Interaction_Effects/7_04_The_Brute-Force_Approach_to_Identifying_Predictive_Interactions/ames_pairwise.R) the particular chunk of codes as shown below are throwing some errors, ```r for (i in 1:nrow(interactions)) { tmp_vars

Is it possible to add "_selu_" activation function for Multilayer perceptron via _keras_? How to use "_Adamax_" optimizer instead of the default "_Adam_"? I am using _keras==2.15_ and _tensorflow==2.15_ and...