I am using sklearn's IsolationForest for unsupervised anomaly detection task. According to the docs, https://scikit-learn.org/stable/modules/generated/sklearn.ensemble.IsolationForest.html, there are about 8 hyperparamters to tune. My dataset is relatively small (about 40 records (12 new records a year), 2-4 features).
Since it is an unsupervised usecase, what hyperparmaters would you recommend I look into + tune.