IniziaInizia gratis

Fit and predict with an isolation tree

The two most important functions to know when fitting an isolation tree are iForest() to fit and predict() to generate an isolation score. In this exercise, you'll use these two functions to explore isolated points in the wine data set.

Questo esercizio fa parte del corso

Introduction to Anomaly Detection in R

Visualizza il corso

Esercizio pratico interattivo

Prova a risolvere questo esercizio completando il codice di esempio.

# Build an isolation tree 
wine_tree <- iForest(___)
Modifica ed esegui il codice