Compito
📝 **Attività:** Implementa `kfold_cv(X, y, k, scorer)` where `scorer(X_train, y_train, X_test, y_test) → float`. Restituisce l'elenco dei punteggi di piega.
📋 Implementa la funzione sopra. I test vengono eseguiti automaticamente.
💡 **Suggerimento:** Rileggi la teoria se rimani bloccato.