Karimkhan

Results 2 issues of Karimkhan

Thanks for the documentation and readme. I tried to compile the code but while I run command on my Mac OS, I get this error ``` g++ -o2 -o main.app...

micromlgen works well with XGBClassifier. Which is imported from xgboost. `from xgboost import XGBClassifier ` But in my program, I am using `xgboost` without any importa like this ``` import...