Skip to main content
๐Ÿ› Bug HuntAI AI & ML Easyโšก+10 XP

Feature Not Scaled

The model performs poorly despite good data.

๐Ÿ› Find the bug
1from sklearn.svm import SVC
2model = SVC()
3model.fit(X_train, y_train)
๐Ÿ› The bug is on line 2

๐Ÿ”ง Select the correct fix: