Akhil Jasson
Akhil Jasson
Would this fit under the page, "Inclusive practices during check-in"?
I've fixed the title format. Shall I proceed with adding EIF to the online API documentation?
I've added the h2o dependency to pyproject.toml, but I'm encountering errors when running the test files. The test attempts to import aeon.anomaly_detection._eif but fails, indicating that the module doesn’t exist...
Previously, the tests were triggered automatically on commit based on the old repo structure. Since then, the structure has changed significantly. I ran the tests locally using the earlier setup,...
Changes have been made to this branch to align with the newly refactored module structure. I have added the EIF model under outlier_detection. I'll soon address the feedback to remove...
Hello @MatthewMiddlehurst, Thank you for checking in. I apologize for the long pause. I've had some time away, but I’m still eager to continue work on the Extended Isolation Forest...
Hi @SebastianSchmidl and @MatthewMiddlehurst, I've addressed the feedback from the previous review: Key Changes Made: - Removed threshold calculation from _fit() - Fixed sliding window length handling - Now works...