I'm interested in finding out how to create submission files for machine learning techniques other than linear regression. Only models related to linear regression are supported by "eli5". It lacks all the techniques that apply to other algorithms. How can I resolve this problem?
try and fit all the models. yeeh
I was asking about how to make submission files other algorithms except linear-regression.
you can use different methods to explain the predictions of your model. One approach is to use the "SHAP" library,