PyWrap with built dictionary of arguments

This commit is contained in:
2023-11-09 12:56:01 +01:00
parent 331381930a
commit 67e4b0af47
6 changed files with 120 additions and 17 deletions

View File

@@ -8,6 +8,7 @@ namespace pywrap {
SVC() : PyClassifier("sklearn.svm", "SVC") {};
~SVC() = default;
std::string version();
void setHyperparameters(const nlohmann::json& hyperparameters) override;
};
} /* namespace pywrap */