ML classification Kapacitor

HI ,
Dose kapacitor can replace scikit-lern as ML language ?
Iim looking for some examples how can I implement naive base or K neighbours or other ML algorithms with kapacitor .

@miki_haiat You can potentially use scikit-learn with kapacitor. It is not an ML language on it’s own. It is more a way to operate ML pipelines. You would implement your model as a UDF in kapacitor and then you can access the model via a TICK script.

1 Like