Extended Isolation Forest was proposed to address inconsistencies in anomaly scores produced by standard Isolation Forest. It uses hyperplanes with random slopes for branching at each split in the isolation trees, rather than restricting splits to be axis-parallel. This allows it to better represent data structure and density, producing score maps free of artifacts. Empirical results on both synthetic and real data demonstrated Extended Isolation Forest provides more reliable, robust anomaly scores with lower variance compared to standard Isolation Forest.