Add XGBoost & RandomForest
This commit is contained in:
@@ -143,6 +143,7 @@ namespace pywrap {
|
||||
RemoveInstance();
|
||||
exit(1);
|
||||
}
|
||||
Py_INCREF(result);
|
||||
return result; // Caller must free this object
|
||||
}
|
||||
double PyWrap::score(const std::string& moduleName, const std::string& className, CPyObject& X, CPyObject& y)
|
||||
|
Reference in New Issue
Block a user