jdubz93

Results 4 comments of jdubz93

I have no problem sharing the model but you should know it’s 1 million lines of code. What method should I use to deliver it? Would google drive be best?...

Also yes I added const to the last line because of a stack overflow suggestion. The error still was the same. The rest of the code is untouched. Note the...

``` bash import xgboost as xgb ​ xgb.__version__ '1.4.2' ``` ``` bash m2c.__version__ '0.9.0' ``` When trying on random data I get: ``` bash RecursionError: maximum recursion depth exceeded while...

how can we save a trained model in c++. This is what I am trying to do right now