neural_additive_models
neural_additive_models copied to clipboard
need help in getting final feature parameter (one for each feature)
Hi, I am trying to apply this model for forecasting, but I am not able to figure out about how to get the final feature parameters after training just like regression coefficients. also, How to get a model object where I can pass test data to model.predict(x_test)?