This document outlines experiments conducted using machine learning algorithms in the Weka data mining tool. It compares the REPTree and JRIP algorithms on test data. REPTree is a fast decision tree learner that creates multiple trees and selects the best one using reduced error pruning. JRIP is an efficient rule-based learner that builds rules to identify classes. The results show that REPTree is faster than J48 trees, though J48 achieves slightly higher accuracy. JRIP performs well in terms of accuracy and speed compared to other rule-based algorithms.