✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Considerez le code :
scores = -iso.score_samples(X_test)
labels = iso.predict(X_test)
Ici, iso designe une instance deja entrainee de sklearn.ensemble.IsolationForest.
Quelle interpretation est correcte ?