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
Provide parameters in LocalOutlierProbability() and provide data in fit() as opposed to providing data in LocalOutlierProbability() along with params. This is s.t. PyNomaly is more in line with scikit-learn and other popular libraries.
The text was updated successfully, but these errors were encountered:
More specifically and as an update, the following parameters could stay in the LocalOutlierProbability() method:
extent
n_neighbors
And any data-related parameters that may change from execution to execution (such in the case of inference) could instead be passed to the fit() method:
Provide parameters in LocalOutlierProbability() and provide data in fit() as opposed to providing data in LocalOutlierProbability() along with params. This is s.t. PyNomaly is more in line with scikit-learn and other popular libraries.
The text was updated successfully, but these errors were encountered: