Open
Description
Ask the question
Is it possible to export HDBSCAN model via ONNX? No such functionality exists in Python as far as I am aware.
Is your question about a specific ML algorithm or approach?
This is about clustering, specifically the HDBSCAN method
Is your question about a specific Tribuo class?
HdbscanModel.java
System details
- Tribuo version
- Java version (if appropriate)
- OS/Architecture (if appropriate)
Additional context
It would be great if I can get some general pointers on how export/import of HDBSCAN could be achieved.