You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @indianalalal there's no need to one-hot encode your categorical features with IsolationForest since it's compatible with categorical features. The division by zero is because there managed to be a split of samples where all features for the randomly selected continuous column were zero. This could be related to your one-hot encoding.
Hello,
I'm trying to use IsolationForest.
There is an exemple of the csv content. In reality I have more than 1000 lines
And I have this issue
Is there a problem with the code or with my data?
Thx
The text was updated successfully, but these errors were encountered: