Converting character to factor
Both LOF and isolation forest can be trained using data containing categorical features, but it's easier if these are converted to factors first.
In this exercise, you'll revisit the thyroid data which contains some additional categorical features that will need to be converted.
यह अभ्यास पाठ्यक्रम का हिस्सा है
Introduction to Anomaly Detection in R
इंटरैक्टिव व्यावहारिक अभ्यास
इस अभ्यास को इस नमूना कोड को पूरा करके आज़माएँ।
# Print the column classes in thyroid
sapply(X = ___, FUN = ___)