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
While the example notebooks provide sufficient guidance on how to use the iForest class, it would be useful to have this available at the point of usage - both the full argument specification and the docstrings.
This might just be a question of setting the binding compile option of Cython to true (e.g. via decorators @cython.binding(True).
Happy to help out and create a PR if this would be desired/useful.
The text was updated successfully, but these errors were encountered:
When running in Jupyter or ipython, attempting to bring up the documentation for the
iForest
class produces only:While the example notebooks provide sufficient guidance on how to use the
iForest
class, it would be useful to have this available at the point of usage - both the full argument specification and the docstrings.This might just be a question of setting the
binding
compile option of Cython totrue
(e.g. via decorators@cython.binding(True)
.Happy to help out and create a PR if this would be desired/useful.
The text was updated successfully, but these errors were encountered: