As I execute: `kliep.fit(X_train, X_test)` AttributeError: 'dict' object has no attribute 'iteritems' come. How to resolve this. Bothe X_train and X_test sets have shape of (5000, 256)
As I execute:
kliep.fit(X_train, X_test)AttributeError: 'dict' object has no attribute 'iteritems' come. How to resolve this.
Bothe X_train and X_test sets have shape of (5000, 256)