My question lies specifically in knn method in Anomaly Detection module of pycaret library. Usually number of k neighbors has to be specified. Like for example in PyOD library.
How to learn what number of neighbors knn uses in pycaret library? Or does it have a default value?