Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork26k
my RIF estimator, i need ideassssss#31515
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
Hello everyone, As part of my Master's thesis, I am developing a new estimator based on Isolation Forest that operates on residuals. Without delving into the theoretical background, which isn't relevant here, I'm currently facing a technical issue. My repository is available at: The repository includes two modules:
The estimator is implemented within the scikit-learn ecosystem and therefore inherits its methods. In particular, here is what happens: When I call the Once computed, the residuals are cached. Why?
Currently, this distinction between training and prediction data is handled using I’m looking for a better solution, either one that improves the logic of comparing the two datasets, or a new approach that achieves the same goal in a more reliable way. Any help or suggestions would be greatly appreciated. Best regards, |
BetaWas this translation helpful?Give feedback.