MulaiMulai sekarang secara 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.

Latihan ini adalah bagian dari kursus

Introduction to Anomaly Detection in R

Lihat Kursus

Latihan interaktif praktis

Cobalah latihan ini dengan menyelesaikan kode contoh berikut.

# Build an isolation tree 
wine_tree <- iForest(___)
Edit dan Jalankan Kode