The document presents a study on detecting automobile insurance claim fraud using random forest and ADASYN. The researchers used the random forest classifier and the ADASYN data sampling technique to address the class imbalance in their dataset. They applied one-hot encoding to resolve issues with imbalanced data, trained the random forest model on the balanced data, and evaluated its performance. Experimental results found that the random forest model achieved over 97% accuracy, 94% recall, and 99.8% precision for fraud detection after applying ADASYN, outperforming other classifiers like SVM and Naive Bayes. Thus, the random forest model with ADASYN was effective for the task of automobile insurance fraud detection.