How to use string kernels in scikit-learn?

前端 未结 2 1915
一整个雨季
一整个雨季 2021-01-01 05:38

I am trying to generate a string kernel that feeds a support vector classifier. I tried it with a function that calculates the kernel, something like that

de         


        
2条回答
  •  甜味超标
    2021-01-01 05:57

    I think that shogun library could be the solution, is also free and open source, I suggest review this example: https://github.com/shogun-toolbox/shogun/tree/develop/src/shogun/kernel/string

提交回复
热议问题