Implementation of Random Forest for classification and regression. This repository contains an implementation of random forest for classification and regression comparable to scikit-learn’s using NumPy. The file test_rf.py contains a test script which is automated here using github actions.
Reference: MSDS621