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
scikit-learn assume that every keyword argument accepted by init should correspond to an attribute on the instance.
But, dict_init is not an attribute of KSVD class.
We need to add dict_init as an attribute of it.
Issue Description
scikit-learn assume that every keyword argument accepted by init should correspond to an attribute on the instance.
But,
dict_initis not an attribute of KSVD class.We need to add
dict_initas an attribute of it.References