-
Notifications
You must be signed in to change notification settings - Fork 2
create isolation kernel and svm_iso #4
Copy link
Copy link
Open
Labels
engineengine topicengine topicenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededkernelkernel bindingkernel binding
Description
I think it would be cool to build an isolation kernel for {maize}. It would fall under specialty kernels, but needs implemented and then provide bindings to parsnip.
I think this would be a multistep process,
- create a custom kernel in kernlab called something like
isodot. This would need to be of the kernel class. within this kernel, callisotree::isolation.forest(), i think this would be easiest - add this kernel to a new script called
kernelsand would be compatible withksvm, the main binding of {maize} - create new function and bindings via
svm_isoandsvm_iso_data, referencing the newisodotin defaults - merge in main.
I think that's all that is necessary (?)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
engineengine topicengine topicenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededkernelkernel bindingkernel binding