Add XGBoost & RandomForest

This commit is contained in:
2023-11-07 17:41:37 +01:00
parent e0481dfa44
commit 1f46fc6c24
9 changed files with 60 additions and 23 deletions

View File

@@ -3,6 +3,6 @@
namespace pywrap {
std::string SVC::version()
{
return callMethodString("_repr_html_");
return callMethodString("1.0");
}
} /* namespace pywrap */