[Chapter 3] Cannot run the Multi output Classification KNN example
Open
- Dominant language
- Jupyter Notebook
- Stars
- 30k
- Forks
- 13.1k
- PR merge metrics
- No merged PRs in 30d
Description
Getting ValueError: Unknown label type: 'continuous-multioutput', when running
noise = np.random.randint(0, 100, (len(X_train), 784))
X_train_mod = X_train + noise
noise = np.random.randint(0, 100, (len(X_test), 784))
X_test_mod = X_test + noise
y_train_mod = X_train
y_test_mod = X_test
knn_clf.fit(X_train_mod, y_train_mod)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.