You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 15, 2026. It is now read-only.
According to cProfile this takes about 42 seconds.
However, when I compute the same kernel using the sklearn.metrics.pairwise.polynomial_kernel kernel implementation:
Hello everyone,
I am computing the polynomial kernel between atomic environments using the rascal.models.kernel class
According to cProfile this takes about 42 seconds.
However, when I compute the same kernel using the
sklearn.metrics.pairwise.polynomial_kernelkernel implementation:According to cProfile the calculation of the kernel only takes 2 seconds.
Is there something I am missing ?
The transformation of the features takes about 1 second