๐ Bug HuntAI AI & ML Easyโก+10 XP
Feature Not Scaled
The model performs poorly despite good data.
๐ Find the bug
1
from sklearn.svm import SVC2
model = SVC()3
model.fit(X_train, y_train)๐ The bug is on line 2