I need to get the parameters to use the model in another program.
I tried cat_model.coef_
, cat_model.intercept_
or what I think. is that possible to catch the params ?
I totally solved this problem, what i was tryna do is named 'saving model'.
cat_model.save_model('cat_model.cbm')