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
the package no longer has a default export. Replace import GaussianKernel from 'ml-kernel-gaussian' with import { GaussianKernel } from 'ml-kernel-gaussian'.
Features
use a named export instead of a default export (ed8653d)