What algorithms can be used to search for anomalies using skit-learn python other than OneClassSVM ?

Is there a way to bring other algorithms to one class?

For example, using weka you can use the One class classifer and use it to use any algorithm to search for anomalies. Is there a similar way to scikit-learn

The initial task is to compare the effectiveness of various machine learning algorithms to search for anomalies on selected data.

0